d5b38d878f
from Nicholas Marriott (MAINTAINER)
50 lines
1.1 KiB
Makefile
Executable File
50 lines
1.1 KiB
Makefile
Executable File
# $OpenBSD: Makefile,v 1.13 2008/10/09 16:56:12 ajacoutot Exp $
|
|
|
|
COMMENT= aewm++ based pretty themable window manager
|
|
|
|
DISTNAME= pekwm-0.1.7
|
|
CATEGORIES= x11
|
|
|
|
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
|
|
|
|
WANTLIB= ICE SM X11 Xext Xft Xpm Xrandr Xrender Xau Xdmcp \
|
|
Xinerama expat z c fontconfig freetype m stdc++
|
|
|
|
MODULES= converters/libiconv
|
|
|
|
EXTRACT_SUFX= .tar.bz2
|
|
MASTER_SITES= ${HOMEPAGE}projects/3/files/
|
|
|
|
LIB_DEPENDS= jpeg.>=62::graphics/jpeg \
|
|
png.>=5::graphics/png
|
|
|
|
USE_X11= Yes
|
|
NO_REGRESS= Yes
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \
|
|
-I${LOCALBASE}/include/libpng" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
CONFIGURE_ARGS= --enable-xinerama
|
|
|
|
post-install:
|
|
${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
|
|
|
|
.include <bsd.port.mk>
|