41 lines
814 B
Makefile
Executable File
41 lines
814 B
Makefile
Executable File
# $OpenBSD: Makefile,v 1.34 2017/12/20 17:22:37 jca Exp $
|
|
|
|
COMMENT= aewm++ based pretty themable window manager
|
|
|
|
DISTNAME= pekwm-0.1.17
|
|
REVISION= 3
|
|
CATEGORIES= x11
|
|
|
|
HOMEPAGE= https://www.pekwm.org/
|
|
|
|
MAINTAINER= Timo Myyra <timo.myyra@bittivirhe.fi>
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
# uses pledge()
|
|
WANTLIB += ICE SM X11 Xext Xft Xinerama Xpm Xrandr c iconv jpeg m png z
|
|
WANTLIB += ${COMPILER_LIBCXX}
|
|
|
|
MASTER_SITES= ${HOMEPAGE}/files/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
LIB_DEPENDS= converters/libiconv \
|
|
graphics/jpeg \
|
|
graphics/png
|
|
|
|
NO_TEST= Yes
|
|
|
|
USE_GMAKE= Yes
|
|
|
|
CONFIGURE_STYLE=autoconf
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
CONFIGURE_ARGS= --enable-xinerama
|
|
|
|
AUTOCONF_VERSION= 2.69
|
|
|
|
post-install:
|
|
@mv ${WRKINST}/etc/pekwm ${PREFIX}/share/examples
|
|
|
|
.include <bsd.port.mk>
|