View | Details | Raw Unified | Return to bug 96073
Collapse All | Expand All

(-)x11-wm/pekwm/Makefile (-5 / +3 lines)
Lines 6-16 Link Here
6
#
6
#
7
7
8
PORTNAME=	pekwm
8
PORTNAME=	pekwm
9
PORTVERSION=	20060222
9
PORTVERSION=	20060417
10
CATEGORIES=	x11-wm
10
CATEGORIES=	x11-wm
11
MASTER_SITES=	http://bsd-unix.org/downloads/ \
11
MASTER_SITES=	http://bsd-unix.org/downloads/ \
12
		http://pekwm.org/files/
12
		http://pekwm.org/files/
13
DISTNAME=	${PORTNAME}-0.1.4
13
DISTNAME=	${PORTNAME}-0.1.5
14
14
15
MAINTAINER=	xcas@cox.net
15
MAINTAINER=	xcas@cox.net
16
COMMENT=	A windowmanager based on aewm++
16
COMMENT=	A windowmanager based on aewm++
Lines 25-37 Link Here
25
USE_X_PREFIX=	yes
25
USE_X_PREFIX=	yes
26
USE_XPM=	yes
26
USE_XPM=	yes
27
27
28
MAN1=		pekwm.1
29
30
GNU_CONFIGURE=	yes
28
GNU_CONFIGURE=	yes
31
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
29
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
32
CONFIGURE_ARGS=	--enable-shape --enable-xinerama --enable-xrandr \
30
CONFIGURE_ARGS=	--enable-shape --enable-xinerama --enable-xrandr \
33
		--enable-xft --disable-pcre --enable-image-xpm \
31
		--enable-xft --disable-pcre --enable-image-xpm \
34
		--enable-image-jpeg  --enable-image-png --disable-debug \
32
		--enable-image-jpeg --enable-image-png --disable-debug \
35
		--disable-pedantic --enable-menus --enable-harbour
33
		--disable-pedantic --enable-menus --enable-harbour
36
34
37
post-install:
35
post-install:
(-)x11-wm/pekwm/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (pekwm-0.1.4.tar.bz2) = 2f828911b8d1b864f547be63ea5376fd
1
MD5 (pekwm-0.1.5.tar.bz2) = fe3e0d77250d27963991994f83ccb4ea
2
SHA256 (pekwm-0.1.4.tar.bz2) = 1cf2ed632a06297b333b380f1c8eeac736aa6d6ac5b1e98173278f7d56ec6cd5
2
SHA256 (pekwm-0.1.5.tar.bz2) = e72a9d34894f0059ccbac28605a9b0a575bd805331d4b4cba841f5d4cb91d94b
3
SIZE (pekwm-0.1.4.tar.bz2) = 263546
3
SIZE (pekwm-0.1.5.tar.bz2) = 241913
(-)x11-wm/pekwm/pkg-plist (-1 lines)
Lines 8-14 Link Here
8
etc/pekwm/vars
8
etc/pekwm/vars
9
%%DATADIR%%/scripts/pekwm_themeset.pl
9
%%DATADIR%%/scripts/pekwm_themeset.pl
10
%%DATADIR%%/scripts/pekwm_themeset.sh
10
%%DATADIR%%/scripts/pekwm_themeset.sh
11
%%DATADIR%%/scripts/pekwm_window_info.sh
12
%%DATADIR%%/scripts/pekwm_ws_menu.pl
11
%%DATADIR%%/scripts/pekwm_ws_menu.pl
13
%%DATADIR%%/themes/default/theme
12
%%DATADIR%%/themes/default/theme
14
@dirrm %%DATADIR%%/scripts
13
@dirrm %%DATADIR%%/scripts

Return to bug 96073