diff options
Diffstat (limited to 'x11-wm/pekwm/Makefile')
-rw-r--r-- | x11-wm/pekwm/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/x11-wm/pekwm/Makefile b/x11-wm/pekwm/Makefile index 1571a940fa85..74af7c82cb1a 100644 --- a/x11-wm/pekwm/Makefile +++ b/x11-wm/pekwm/Makefile @@ -9,19 +9,19 @@ PORTNAME= pekwm PORTVERSION= 0.1.3 PORTREVISION= 2 CATEGORIES= x11-wm -MASTER_SITES= http://pekwm.pekdon.net/files/source/ +MASTER_SITES= http://pekwm.org/files/source/ MAINTAINER= ports@FreeBSD.org COMMENT= A windowmanager based on aewm++ +USE_BZIP2= yes USE_X_PREFIX= yes -GNU_CONFIGURE= yes USE_GMAKE= yes -USE_BZIP2= yes - -CONFIGURE_ARGS+= --enable-shape --disable-xft --disable-xinerama \ - --disable-debug --enable-menus --enable-keygrabber \ - --enable-harbour --disable-pcre +GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ARGS= --enable-shape --disable-xft --disable-xinerama \ + --disable-debug --enable-menus --enable-keygrabber \ + --enable-harbour --disable-pcre MAN1= pekwm.1 |