2010-11-22 08:36:47 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.21 2010/11/22 08:37:04 espie Exp $
|
2002-11-14 21:55:54 +00:00
|
|
|
|
2007-06-11 08:56:43 +00:00
|
|
|
COMMENT= aewm++ based pretty themable window manager
|
2002-11-14 21:55:54 +00:00
|
|
|
|
2010-05-05 22:48:20 +00:00
|
|
|
DISTNAME= pekwm-0.1.12
|
2002-11-14 21:55:54 +00:00
|
|
|
CATEGORIES= x11
|
|
|
|
|
2010-07-30 09:23:28 +00:00
|
|
|
REVISION= 0
|
|
|
|
|
2006-07-30 17:26:05 +00:00
|
|
|
HOMEPAGE= http://pekwm.org/
|
2002-11-14 21:55:54 +00:00
|
|
|
|
2007-06-11 08:56:43 +00:00
|
|
|
MAINTAINER= Nicholas Marriott <nicm@users.sourceforge.net>
|
|
|
|
|
2008-10-09 16:56:12 +00:00
|
|
|
# GPLv2
|
2002-11-14 21:55:54 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2006-10-29 18:16:55 +00:00
|
|
|
|
2007-06-11 09:03:17 +00:00
|
|
|
WANTLIB= ICE SM X11 Xext Xft Xpm Xrandr Xrender Xau Xdmcp \
|
2009-08-11 08:38:41 +00:00
|
|
|
Xinerama expat z c fontconfig freetype m stdc++ \
|
2010-07-30 09:23:28 +00:00
|
|
|
pthread-stubs xcb jpeg png
|
2002-11-14 21:55:54 +00:00
|
|
|
|
2008-10-09 16:56:12 +00:00
|
|
|
MODULES= converters/libiconv
|
|
|
|
|
2010-05-05 22:48:20 +00:00
|
|
|
MASTER_SITES= ${HOMEPAGE}projects/pekwm/files/
|
2010-11-22 08:36:47 +00:00
|
|
|
LIB_DEPENDS= graphics/jpeg \
|
|
|
|
graphics/png
|
2007-06-11 08:56:43 +00:00
|
|
|
|
2010-10-19 08:13:56 +00:00
|
|
|
USE_GROFF = Yes
|
2007-06-11 11:19:23 +00:00
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
|
|
|
CONFIGURE_STYLE=gnu
|
2007-06-11 09:03:17 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \
|
|
|
|
-I${LOCALBASE}/include/libpng" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2007-06-11 11:19:23 +00:00
|
|
|
CONFIGURE_ARGS= --enable-xinerama
|
2002-11-14 21:55:54 +00:00
|
|
|
|
|
|
|
post-install:
|
2009-07-14 07:09:57 +00:00
|
|
|
@mv ${WRKINST}/etc/pekwm ${PREFIX}/share/examples
|
2002-11-14 21:55:54 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|