openbsd-ports/x11/pekwm/Makefile

43 lines
927 B
Makefile
Raw Normal View History

2010-11-22 03:36:47 -05:00
# $OpenBSD: Makefile,v 1.21 2010/11/22 08:37:04 espie Exp $
COMMENT= aewm++ based pretty themable window manager
2010-05-05 18:48:20 -04:00
DISTNAME= pekwm-0.1.12
CATEGORIES= x11
2010-07-30 05:23:28 -04:00
REVISION= 0
HOMEPAGE= http://pekwm.org/
MAINTAINER= Nicholas Marriott <nicm@users.sourceforge.net>
# GPLv2
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++ \
2010-07-30 05:23:28 -04:00
pthread-stubs xcb jpeg png
MODULES= converters/libiconv
2010-05-05 18:48:20 -04:00
MASTER_SITES= ${HOMEPAGE}projects/pekwm/files/
2010-11-22 03:36:47 -05:00
LIB_DEPENDS= graphics/jpeg \
graphics/png
2010-10-19 04:13:56 -04:00
USE_GROFF = Yes
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"
CONFIGURE_ARGS= --enable-xinerama
post-install:
2009-07-14 03:09:57 -04:00
@mv ${WRKINST}/etc/pekwm ${PREFIX}/share/examples
.include <bsd.port.mk>