openbsd-ports/x11/golem/Makefile

35 lines
786 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.7 2004/04/09 09:52:10 espie Exp $
2002-09-14 19:20:19 -04:00
COMMENT= "fast and light window manager with plug-ins"
2002-05-31 13:13:58 -04:00
DISTNAME= golem-0.0.5
2002-09-14 19:20:19 -04:00
CATEGORIES= x11
HOMEPAGE= http://golem.sourceforge.net/
2002-02-28 15:06:27 -05:00
MAINTAINER= Damien Couderc <couderc@openbsd.org>
# License: BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=golem/}
USE_X11= Yes
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