diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-07-26 23:56:31 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-07-26 23:56:31 +0800 |
commit | 0217d5d3d5d53b92245494645b0e0300d83ec92d (patch) | |
tree | bbccd29009b53dfe8dfa3a9d9c10eaf4ffb7db4b /x11-wm/pekwm | |
parent | 40c2d4c81afc36d6ca3d5a1300d0fbae08e36724 (diff) | |
download | freebsd-ports-gnome-0217d5d3d5d53b92245494645b0e0300d83ec92d.tar.gz freebsd-ports-gnome-0217d5d3d5d53b92245494645b0e0300d83ec92d.tar.zst freebsd-ports-gnome-0217d5d3d5d53b92245494645b0e0300d83ec92d.zip |
- Pass maintainership to submitter [1]
- While here, add LICENSE, switch to USES=localbase, other cosmetic fixes
PR: 211131 [1]
Submitted by: natbsd@instinctive.eu [1]
Diffstat (limited to 'x11-wm/pekwm')
-rw-r--r-- | x11-wm/pekwm/Makefile | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/x11-wm/pekwm/Makefile b/x11-wm/pekwm/Makefile index ed9e35125f29..476c38325524 100644 --- a/x11-wm/pekwm/Makefile +++ b/x11-wm/pekwm/Makefile @@ -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@FreeBSD.org +MAINTAINER= natbsd@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> |