2002-02-28 15:06:27 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.3 2002/02/28 20:06:27 couderc Exp $
|
2001-11-14 13:04:31 -05:00
|
|
|
|
|
|
|
COMMENT= "Fast and light window manager with plug-ins"
|
|
|
|
|
2002-01-10 19:51:05 -05:00
|
|
|
DISTNAME= golem-0.0.4
|
2001-11-14 13:04:31 -05:00
|
|
|
CATEGORIES= X11
|
2002-01-10 19:51:05 -05:00
|
|
|
NEED_VERSION= 1.503
|
2001-11-14 13:04:31 -05:00
|
|
|
|
|
|
|
HOMEPAGE= http://golem.sourceforge.net/
|
|
|
|
|
2002-02-28 15:06:27 -05:00
|
|
|
MAINTAINER= Damien Couderc <couderc@openbsd.org>
|
2001-11-14 13:04:31 -05:00
|
|
|
|
|
|
|
# License: BSD
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= golem
|
|
|
|
|
|
|
|
USE_X11= Yes
|
|
|
|
|
|
|
|
CONFIGURE_STYLE= autoconf dest
|
|
|
|
|
|
|
|
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
|