2007-08-26 15:21:07 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.12 2007/08/26 19:21:07 mbalmer Exp $
|
2002-11-14 16:55:54 -05:00
|
|
|
|
2007-06-11 04:56:43 -04:00
|
|
|
COMMENT= aewm++ based pretty themable window manager
|
2002-11-14 16:55:54 -05:00
|
|
|
|
2007-06-11 04:56:43 -04:00
|
|
|
DISTNAME= pekwm-0.1.6
|
2007-08-26 15:21:07 -04:00
|
|
|
PKGNAME= ${DISTNAME}p1
|
2002-11-14 16:55:54 -05:00
|
|
|
CATEGORIES= x11
|
|
|
|
|
2006-07-30 13:26:05 -04:00
|
|
|
HOMEPAGE= http://pekwm.org/
|
2002-11-14 16:55:54 -05:00
|
|
|
|
2007-06-11 04:56:43 -04:00
|
|
|
MAINTAINER= Nicholas Marriott <nicm@users.sourceforge.net>
|
|
|
|
|
2002-11-14 16:55:54 -05:00
|
|
|
# GPL
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2006-10-29 13:16:55 -05:00
|
|
|
|
2007-06-11 05:03:17 -04:00
|
|
|
WANTLIB= ICE SM X11 Xext Xft Xpm Xrandr Xrender Xau Xdmcp \
|
|
|
|
Xinerama expat z c fontconfig freetype m stdc++
|
2002-11-14 16:55:54 -05:00
|
|
|
|
2007-06-11 05:03:17 -04:00
|
|
|
MASTER_SITES= ${HOMEPAGE}files/
|
2002-11-14 16:55:54 -05:00
|
|
|
|
2007-06-11 05:03:17 -04:00
|
|
|
LIB_DEPENDS= jpeg.>=62::graphics/jpeg \
|
|
|
|
png.>=5::graphics/png
|
2007-06-11 04:56:43 -04:00
|
|
|
|
2007-06-11 05:03:17 -04:00
|
|
|
USE_X11= Yes
|
2007-06-11 07:19:23 -04:00
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
|
|
|
CONFIGURE_STYLE=gnu
|
2007-06-11 05:03:17 -04:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \
|
|
|
|
-I${LOCALBASE}/include/libpng" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2007-06-11 07:19:23 -04:00
|
|
|
CONFIGURE_ARGS= --enable-xinerama
|
2002-11-14 16:55:54 -05:00
|
|
|
|
|
|
|
post-install:
|
2006-07-30 13:26:05 -04:00
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/pekwm
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/data/autoproperties \
|
|
|
|
${WRKSRC}/data/config \
|
|
|
|
${WRKSRC}/data/keys \
|
|
|
|
${WRKSRC}/data/menu \
|
|
|
|
${WRKSRC}/data/mouse \
|
|
|
|
${WRKSRC}/data/start \
|
|
|
|
${WRKSRC}/data/vars \
|
|
|
|
${PREFIX}/share/examples/pekwm
|
2002-11-14 16:55:54 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|