2009-02-11 15:47:49 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.4 2009/02/11 15:47:49 jasper Exp $
|
2008-03-15 09:29:46 +00:00
|
|
|
|
2008-11-21 17:56:50 +00:00
|
|
|
COMMENT= common automake macros for GNOME
|
2008-03-15 09:29:46 +00:00
|
|
|
|
|
|
|
GNOME_PROJECT= gnome-common
|
2008-11-21 17:56:50 +00:00
|
|
|
GNOME_VERSION= 2.24.0
|
2009-02-11 15:47:49 +00:00
|
|
|
PKGNAME= ${DISTNAME}p1
|
2008-03-15 09:29:46 +00:00
|
|
|
|
|
|
|
# GPLv2
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
MODULES= x11/gnome
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/gnome-common
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/gnome-common
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|