svn commit: r419121 - head/x11-wm/pekwm

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jul 26 15:56:32 UTC 2016


Author: amdmi3
Date: Tue Jul 26 15:56:31 2016
New Revision: 419121
URL: https://svnweb.freebsd.org/changeset/ports/419121

Log:
  - Pass maintainership to submitter [1]
  - While here, add LICENSE, switch to USES=localbase, other cosmetic fixes
  
  PR:		211131 [1]
  Submitted by:	natbsd at instinctive.eu [1]

Modified:
  head/x11-wm/pekwm/Makefile

Modified: head/x11-wm/pekwm/Makefile
==============================================================================
--- head/x11-wm/pekwm/Makefile	Tue Jul 26 15:54:16 2016	(r419120)
+++ head/x11-wm/pekwm/Makefile	Tue Jul 26 15:56:31 2016	(r419121)
@@ -3,24 +3,26 @@
 
 PORTNAME=	pekwm
 PORTVERSION=	0.1.17
-PORTREVISION=	3
+PORTREVISION=	4
 PORTEPOCH=	1
 CATEGORIES=	x11-wm
 MASTER_SITES=	https://pekwm.org/projects/3/files/
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	natbsd at instinctive.eu
 COMMENT=	Light, Unobtrusive, and configurable windowmanager
 
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
 LIB_DEPENDS=	libpng.so:graphics/png
 
-USES=		gmake iconv:wchar_t jpeg pkgconfig tar:bzip2
-USE_XORG=	xft xpm x11
+USES=		gmake iconv:wchar_t jpeg localbase pkgconfig tar:bzip2
+USE_XORG=	xft xpm x11 sm ice xext
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS+=--enable-shape --enable-xinerama --enable-xrandr \
+CONFIGURE_ARGS=	--enable-shape --enable-xinerama --enable-xrandr \
 		--enable-xft --enable-image-xpm --enable-image-jpeg \
 		--enable-image-png --disable-debug \
 		--disable-pedantic
-CFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib ${ICONV_LIB}
+LDFLAGS+=	${ICONV_LIB}
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list