diff options
Diffstat (limited to 'misc/gnome-user-docs3/Makefile')
-rw-r--r-- | misc/gnome-user-docs3/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/misc/gnome-user-docs3/Makefile b/misc/gnome-user-docs3/Makefile new file mode 100644 index 000000000..ed1270505 --- /dev/null +++ b/misc/gnome-user-docs3/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: gnomeuserdocs2 +# Date created: 07 July 2002 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD$ +# $MCom: ports/misc/gnome-user-docs/Makefile,v 1.62 2010/09/30 06:07:30 kwm Exp $ +# + +PORTNAME= gnome-user-docs +PORTVERSION= 2.91.92 +CATEGORIES= misc gnome +MASTER_SITES= GNOME +DIST_SUBDIR= gnome3 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= GNOME 3 users guide + +USE_BZIP2= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes +INSTALLS_OMF= yes +USE_GNOME= gnomeprefix gnomehack gnomehier gnomedocutils + +.include <bsd.port.mk> |