2012-03-30 07:59:23 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.11 2012/03/30 11:59:23 ajacoutot 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
|
2012-03-30 07:59:23 -04:00
|
|
|
GNOME_VERSION= 3.4.0.1
|
2011-09-12 04:56:14 -04:00
|
|
|
|
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
|
|
|
|
|
2012-03-30 07:59:23 -04:00
|
|
|
MODULES= x11/gnome
|
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>
|