openbsd-ports/x11/gnome/common/Makefile

21 lines
452 B
Makefile
Raw Normal View History

2012-03-30 07:59:23 -04:00
# $OpenBSD: Makefile,v 1.11 2012/03/30 11:59:23 ajacoutot Exp $
COMMENT= common automake macros for GNOME
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
# 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
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/gnome-common
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/gnome-common
.include <bsd.port.mk>