38 lines
799 B
Makefile
Executable File
38 lines
799 B
Makefile
Executable File
# $OpenBSD: Makefile,v 1.23 2013/03/11 11:46:14 espie Exp $
|
|
|
|
COMMENT= aewm++ based pretty themable window manager
|
|
|
|
DISTNAME= pekwm-0.1.15
|
|
CATEGORIES= x11
|
|
|
|
HOMEPAGE= http://pekwm.org/
|
|
|
|
MAINTAINER= Nicholas Marriott <nicm@users.sourceforge.net>
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += ICE SM X11 Xext Xft Xinerama Xpm Xrandr c jpeg m png
|
|
WANTLIB += stdc++ z
|
|
|
|
MODULES= converters/libiconv
|
|
|
|
MASTER_SITES= ${HOMEPAGE}projects/pekwm/files/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
LIB_DEPENDS= graphics/jpeg \
|
|
graphics/png
|
|
|
|
USE_GROFF = Yes
|
|
NO_TEST= Yes
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \
|
|
-I${LOCALBASE}/include/libpng" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
CONFIGURE_ARGS= --enable-xinerama
|
|
|
|
post-install:
|
|
@mv ${WRKINST}/etc/pekwm ${PREFIX}/share/examples
|
|
|
|
.include <bsd.port.mk>
|