openbsd-ports/x11/gnome/common/Makefile
jasper 994b63da94 - remove USE_X11=Yes where needed (can't we fully get rid of it?)
and set USE_X11=No where needed

agreed by aja@
2010-10-18 13:18:13 +00:00

23 lines
460 B
Makefile

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