diff options
author | avl <avl@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-01-30 21:11:20 +0800 |
---|---|---|
committer | avl <avl@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-01-30 21:11:20 +0800 |
commit | 2d3fada00907ac2cac8b4392c7f33418c025b5c3 (patch) | |
tree | 3021adbb300f5680d9562d66d9d8e5bff4d9a0da /misc/gnome-user-docs/Makefile | |
parent | 21990d6cc9140a868a124bb7b72d16593b62847f (diff) | |
download | marcuscom-ports-2d3fada00907ac2cac8b4392c7f33418c025b5c3.tar marcuscom-ports-2d3fada00907ac2cac8b4392c7f33418c025b5c3.tar.gz marcuscom-ports-2d3fada00907ac2cac8b4392c7f33418c025b5c3.tar.bz2 marcuscom-ports-2d3fada00907ac2cac8b4392c7f33418c025b5c3.tar.lz marcuscom-ports-2d3fada00907ac2cac8b4392c7f33418c025b5c3.tar.xz marcuscom-ports-2d3fada00907ac2cac8b4392c7f33418c025b5c3.tar.zst marcuscom-ports-2d3fada00907ac2cac8b4392c7f33418c025b5c3.zip |
Update to 2.29.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13537 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'misc/gnome-user-docs/Makefile')
-rw-r--r-- | misc/gnome-user-docs/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/misc/gnome-user-docs/Makefile b/misc/gnome-user-docs/Makefile new file mode 100644 index 000000000..1236ef90e --- /dev/null +++ b/misc/gnome-user-docs/Makefile @@ -0,0 +1,27 @@ +# 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.55 2009/11/20 06:14:35 avl Exp $ +# + +PORTNAME= gnome-user-docs +PORTVERSION= 2.29.1 +CATEGORIES= misc gnome +MASTER_SITES= GNOME +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= GNOME 2 users guide + +BUILD_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian +RUN_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian + +USE_BZIP2= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes +INSTALLS_OMF= yes +USE_GNOME= gnomeprefix gnomehack gnomehier gnomedocutils + +.include <bsd.port.mk> |