2010-10-18 09:18:13 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.6 2010/10/18 13:18:14 jasper Exp $
|
2008-03-15 05:29:46 -04:00
|
|
|
|
2009-10-10 04:00:02 -04:00
|
|
|
COMMENT= common automake macros for GNOME
|
2008-03-15 05:29:46 -04:00
|
|
|
|
2009-10-10 04:00:02 -04:00
|
|
|
GNOME_PROJECT= gnome-common
|
|
|
|
GNOME_VERSION= 2.28.0
|
2008-03-15 05:29:46 -04:00
|
|
|
|
|
|
|
# GPLv2
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2009-10-10 04:00:02 -04:00
|
|
|
MODULES= x11/gnome
|
2008-03-15 05:29:46 -04:00
|
|
|
|
2010-10-18 09:18:13 -04:00
|
|
|
USE_X11= No
|
|
|
|
|
2008-03-15 05:29:46 -04:00
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/gnome-common
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/gnome-common
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|