37 lines
775 B
Makefile
Executable File
37 lines
775 B
Makefile
Executable File
# $OpenBSD: Makefile,v 1.2 2003/01/04 18:30:08 lebel Exp $
|
|
|
|
COMMENT= "an aewm++ based pretty themable window manager"
|
|
|
|
VERSION= 0.1.1
|
|
DISTNAME= pekwm-${VERSION}
|
|
CATEGORIES= x11
|
|
|
|
HOMEPAGE= http://pekwm.babblica.net/
|
|
|
|
MAINTAINER= Lurene Grenier <lurene@daemonkitty.net>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${HOMEPAGE}files/source/
|
|
|
|
# gcc3
|
|
MODULES= gcc3
|
|
MODGCC3_ARCHES= sparc64
|
|
MODGCC3_LANGS+= c++
|
|
|
|
USE_X11= Yes
|
|
CONFIGURE_STYLE= simple
|
|
CONFIGURE_ARGS+= --prefix=${LOCALBASE}
|
|
NO_REGRESS= Yes
|
|
USE_GMAKE= Yes
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/pekwm
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/pekwm
|
|
|
|
.include <bsd.port.mk>
|