freebsd-ports/x11-wm/pekwm/Makefile
Florent Thoumie ae89acd135 - Update to 20050515.
PR:		ports/81345
Submitted by:	maintainer
2005-05-30 21:25:43 +00:00

36 lines
852 B
Makefile

# Ports collection makefile for: pekwm
# Date created: Nov 1, 2002
# Whom: anders@hack.org
#
# $FreeBSD$
#
PORTNAME= pekwm
PORTVERSION= 20050515
CATEGORIES= x11-wm
MASTER_SITES= http://bsd-unix.org/downloads/ \
http://pekwm.org/files/
DISTNAME= ${PORTNAME}-0.1.4pre2
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
USE_BZIP2= yes
USE_GCC= 3.4
USE_GMAKE= yes
USE_X_PREFIX= 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
post-install:
@${STRIP_CMD} ${PREFIX}/bin/pekwm
.include <bsd.port.mk>