diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2006-02-18 04:22:51 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2006-02-18 04:22:51 +0800 |
commit | e8da5627845f8691513e419092b960fd76b92cdc (patch) | |
tree | 73c08a6471ff2901aa292af6f0e55d7ad46dcd13 /x11-wm/pekwm | |
parent | d566795996e92089db7e34200d5b171f8e7f9ad8 (diff) | |
download | freebsd-ports-gnome-e8da5627845f8691513e419092b960fd76b92cdc.tar.gz freebsd-ports-gnome-e8da5627845f8691513e419092b960fd76b92cdc.tar.zst freebsd-ports-gnome-e8da5627845f8691513e419092b960fd76b92cdc.zip |
- Update to 20060216 snapshot
- Remove imlib2 & pcre dependencies
- Add jpeg, png & xpm dependencies
- Use autotools for this version
PR: 93463
Submitted by: Greg J. <xcas@cox.net> (maintainer)
Diffstat (limited to 'x11-wm/pekwm')
-rw-r--r-- | x11-wm/pekwm/Makefile | 18 | ||||
-rw-r--r-- | x11-wm/pekwm/distinfo | 6 | ||||
-rw-r--r-- | x11-wm/pekwm/pkg-plist | 1 |
3 files changed, 15 insertions, 10 deletions
diff --git a/x11-wm/pekwm/Makefile b/x11-wm/pekwm/Makefile index cb9e1e90c162..7e81b54fdb8f 100644 --- a/x11-wm/pekwm/Makefile +++ b/x11-wm/pekwm/Makefile @@ -6,29 +6,33 @@ # PORTNAME= pekwm -PORTVERSION= 20050515 +PORTVERSION= 20060216 CATEGORIES= x11-wm MASTER_SITES= http://bsd-unix.org/downloads/ \ http://pekwm.org/files/ -DISTNAME= ${PORTNAME}-0.1.4pre2 +DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= xcas@cox.net COMMENT= A windowmanager based on aewm++ -LIB_DEPENDS= Imlib2.3:${PORTSDIR}/graphics/imlib2 \ - Xft.2:${PORTSDIR}/x11-fonts/libXft \ - pcre.0:${PORTSDIR}/devel/pcre +LIB_DEPENDS= Xft.2:${PORTSDIR}/x11-fonts/libXft \ + jpeg.9:${PORTSDIR}/graphics/jpeg \ + png.5:${PORTSDIR}/graphics/png + +USE_AUTOTOOLS= autoconf:259 autoheader:259 automake:19 aclocal:19 USE_BZIP2= yes USE_GCC= 3.4 USE_GMAKE= yes USE_X_PREFIX= yes +USE_XPM= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --enable-shape --enable-xinerama --enable-xrandr \ - --enable-xft --enable-pcre --enable-imlib2 --disable-debug \ - --enable-menus --enable-harbour + --enable-xft --disable-pcre --enable-image-xpm \ + --enable-image-jpeg --enable-image-png --disable-debug \ + --disable-pedantic --enable-menus --enable-harbour post-install: @${STRIP_CMD} ${PREFIX}/bin/pekwm diff --git a/x11-wm/pekwm/distinfo b/x11-wm/pekwm/distinfo index 93b883e5e783..6127148ce2a9 100644 --- a/x11-wm/pekwm/distinfo +++ b/x11-wm/pekwm/distinfo @@ -1,3 +1,3 @@ -MD5 (pekwm-0.1.4pre2.tar.bz2) = a5aae71550cb8ace2bc4db423d67532a -SHA256 (pekwm-0.1.4pre2.tar.bz2) = 16b75f4a44a5f8cd433cfc21a91eab3065890d0bc6944659a21680a2ca4e121a -SIZE (pekwm-0.1.4pre2.tar.bz2) = 226873 +MD5 (pekwm-20060216.tar.bz2) = 3bc76ee5245346f829f3787956e997a9 +SHA256 (pekwm-20060216.tar.bz2) = 83201fcbb09e8eeeeb97fe64e15838d496b93354609bf835136f48819ee1d2d5 +SIZE (pekwm-20060216.tar.bz2) = 276201 diff --git a/x11-wm/pekwm/pkg-plist b/x11-wm/pekwm/pkg-plist index e725ac513d7a..258c5e38806c 100644 --- a/x11-wm/pekwm/pkg-plist +++ b/x11-wm/pekwm/pkg-plist @@ -8,6 +8,7 @@ etc/pekwm/start etc/pekwm/vars %%DATADIR%%/scripts/pekwm_themeset.pl %%DATADIR%%/scripts/pekwm_themeset.sh +%%DATADIR%%/scripts/pekwm_window_info.sh %%DATADIR%%/scripts/pekwm_ws_menu.pl %%DATADIR%%/themes/default/theme @dirrm %%DATADIR%%/scripts |