diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-03-30 17:32:57 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-03-30 17:32:57 +0800 |
commit | 77e2e3e0e5326a7902d473e875a65dda11747b1e (patch) | |
tree | 7122a2c17187fa60aa04511feadf7807c0c8839d /misc/gnome-devel-docs3/Makefile | |
parent | add405cb1322291c4ed7f138c3306fae0bacf3e1 (diff) | |
download | marcuscom-ports-77e2e3e0e5326a7902d473e875a65dda11747b1e.tar marcuscom-ports-77e2e3e0e5326a7902d473e875a65dda11747b1e.tar.gz marcuscom-ports-77e2e3e0e5326a7902d473e875a65dda11747b1e.tar.bz2 marcuscom-ports-77e2e3e0e5326a7902d473e875a65dda11747b1e.tar.lz marcuscom-ports-77e2e3e0e5326a7902d473e875a65dda11747b1e.tar.xz marcuscom-ports-77e2e3e0e5326a7902d473e875a65dda11747b1e.tar.zst marcuscom-ports-77e2e3e0e5326a7902d473e875a65dda11747b1e.zip |
add gnome-devel-docs 2.91.91.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15651 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'misc/gnome-devel-docs3/Makefile')
-rw-r--r-- | misc/gnome-devel-docs3/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/misc/gnome-devel-docs3/Makefile b/misc/gnome-devel-docs3/Makefile new file mode 100644 index 000000000..ba4a2260b --- /dev/null +++ b/misc/gnome-devel-docs3/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: gnome-devel-docs +# Date created: 2007-09-18 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD$ +# $MCom: ports/misc/gnome-devel-docs/Makefile,v 1.22 2010/09/29 15:17:53 kwm Exp $ +# + +PORTNAME= gnome-devel-docs +PORTVERSION= 2.91.91 +CATEGORIES= misc gnome +MASTER_SITES= GNOME +DIST_SUBDIR= gnome3 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Documents targeted for GNOME developers + +USE_BZIP2= yes +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_GNOME= gnomehier gnomedocutils +INSTALLS_OMF= yes + +.include <bsd.port.mk> |