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