22 lines
451 B
Makefile
22 lines
451 B
Makefile
# $OpenBSD: Makefile,v 1.8 2011/04/04 05:52:01 ajacoutot Exp $
|
|
|
|
COMMENT= common automake macros for GNOME
|
|
|
|
GNOME_PROJECT= gnome-common
|
|
GNOME_VERSION= 2.34.0
|
|
|
|
# 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>
|