23 lines
386 B
Makefile
23 lines
386 B
Makefile
# $OpenBSD: Makefile,v 1.10 2011/09/20 20:52:47 jasper Exp $
|
|
|
|
PKG_ARCH= *
|
|
|
|
COMMENT= general GNOME User Documentation
|
|
|
|
GNOME_PROJECT= gnome-user-docs
|
|
GNOME_VERSION= 3.0.5
|
|
|
|
# CC Attribution 3.0
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= x11/gnome
|
|
|
|
MODGNOME_TOOLS= yelp
|
|
|
|
USE_LIBTOOL= No
|
|
|
|
.include <bsd.port.mk>
|