2013-03-11 07:35:43 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.23 2013/03/11 11:46:14 espie 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
|
|
|
|
2012-11-12 05:03:21 -05:00
|
|
|
DISTNAME= pekwm-0.1.15
|
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>
|
|
|
|
|
2008-10-09 12:56:12 -04:00
|
|
|
# GPLv2
|
2002-11-14 16:55:54 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
2006-10-29 13:16:55 -05:00
|
|
|
|
2012-11-12 05:03:21 -05:00
|
|
|
WANTLIB += ICE SM X11 Xext Xft Xinerama Xpm Xrandr c jpeg m png
|
|
|
|
WANTLIB += stdc++ z
|
2002-11-14 16:55:54 -05:00
|
|
|
|
2008-10-09 12:56:12 -04:00
|
|
|
MODULES= converters/libiconv
|
|
|
|
|
2010-05-05 18:48:20 -04:00
|
|
|
MASTER_SITES= ${HOMEPAGE}projects/pekwm/files/
|
2012-11-12 05:03:21 -05:00
|
|
|
EXTRACT_SUFX= .tar.bz2
|
2010-11-22 03:36:47 -05:00
|
|
|
LIB_DEPENDS= graphics/jpeg \
|
|
|
|
graphics/png
|
2007-06-11 04:56:43 -04:00
|
|
|
|
2010-10-19 04:13:56 -04:00
|
|
|
USE_GROFF = Yes
|
2013-03-11 07:35:43 -04:00
|
|
|
NO_TEST= Yes
|
2007-06-11 07:19:23 -04:00
|
|
|
|
|
|
|
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:
|
2009-07-14 03:09:57 -04:00
|
|
|
@mv ${WRKINST}/etc/pekwm ${PREFIX}/share/examples
|
2002-11-14 16:55:54 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|