2010-10-24 16:58:58 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.13 2010/10/24 21:15:32 ajacoutot Exp $
|
2001-11-14 13:04:31 -05:00
|
|
|
|
2007-09-15 16:04:18 -04:00
|
|
|
COMMENT= fast and light window manager with plug-ins
|
2001-11-14 13:04:31 -05:00
|
|
|
|
2002-05-31 13:13:58 -04:00
|
|
|
DISTNAME= golem-0.0.5
|
2010-07-30 02:58:57 -04:00
|
|
|
REVISION= 0
|
2002-09-14 19:20:19 -04:00
|
|
|
CATEGORIES= x11
|
2001-11-14 13:04:31 -05:00
|
|
|
|
|
|
|
HOMEPAGE= http://golem.sourceforge.net/
|
|
|
|
|
|
|
|
# License: BSD
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2004-12-17 10:18:31 -05:00
|
|
|
WANTLIB= X11 Xext Xpm c
|
2001-11-14 13:04:31 -05:00
|
|
|
|
2002-05-13 12:51:56 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=golem/}
|
2001-11-14 13:04:31 -05:00
|
|
|
|
2010-10-19 04:13:56 -04:00
|
|
|
USE_GROFF = Yes
|
2001-11-14 13:04:31 -05:00
|
|
|
|
2004-04-09 05:52:09 -04:00
|
|
|
CONFIGURE_STYLE= autoconf dest no-autoheader
|
|
|
|
AUTOCONF_VERSION= 2.52
|
2001-11-14 13:04:31 -05:00
|
|
|
|
|
|
|
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
|