2019-07-12 20:50:46 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.18 2019/07/12 20:51:12 sthen 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
|
2016-03-10 21:58:51 +00:00
|
|
|
REVISION= 2
|
2002-09-14 23:20:19 +00:00
|
|
|
CATEGORIES= x11
|
2001-11-14 18:04:31 +00:00
|
|
|
|
|
|
|
HOMEPAGE= http://golem.sourceforge.net/
|
|
|
|
|
2011-04-17 18:08:55 +00:00
|
|
|
# BSD
|
2019-07-12 20:50:46 +00:00
|
|
|
PERMIT_PACKAGE= Yes
|
2001-11-14 18:04:31 +00:00
|
|
|
|
2011-04-17 18:08:55 +00:00
|
|
|
WANTLIB += X11 Xext Xpm c
|
2001-11-14 18:04:31 +00:00
|
|
|
|
2011-04-17 18:08:55 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=golem/}
|
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
|
|
|
|
2013-03-11 11:35:43 +00:00
|
|
|
NO_TEST= Yes
|
2001-11-14 18:04:31 +00:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/golem
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/{THEMES,PLUGINS} ${PREFIX}/share/doc/golem
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|