f868102161
- regen PLIST and WANTLIB - no need for groff
35 lines
752 B
Makefile
35 lines
752 B
Makefile
# $OpenBSD: Makefile,v 1.15 2011/04/17 18:08:55 jasper Exp $
|
|
|
|
COMMENT= fast and light window manager with plug-ins
|
|
|
|
DISTNAME= golem-0.0.5
|
|
REVISION= 1
|
|
CATEGORIES= x11
|
|
|
|
HOMEPAGE= http://golem.sourceforge.net/
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB += X11 Xext Xpm c
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=golem/}
|
|
|
|
CONFIGURE_STYLE= autoconf dest no-autoheader
|
|
AUTOCONF_VERSION= 2.52
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/golem
|
|
${INSTALL_DATA} ${WRKSRC}/{THEMES,PLUGINS} ${PREFIX}/share/doc/golem
|
|
|
|
.include <bsd.port.mk>
|
|
|
|
.if defined(NO_SHARED_LIBS) && ${NO_SHARED_LIBS:L} == "yes"
|
|
CONFIGURE_FLAGS+= --disable-plugins
|
|
.endif
|