diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-09-23 06:01:29 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-09-23 06:01:29 +0800 |
commit | 451ae5c37aceada545eafab6b13925a2bdb6d2ae (patch) | |
tree | de292fffb56f5c413c68bd59adfd3597e982a99a /misc/gnome-user-docs/Makefile | |
parent | a6bb68de5887d9502024ed1571d6b8e9a85ffcd5 (diff) | |
download | marcuscom-ports-451ae5c37aceada545eafab6b13925a2bdb6d2ae.tar marcuscom-ports-451ae5c37aceada545eafab6b13925a2bdb6d2ae.tar.gz marcuscom-ports-451ae5c37aceada545eafab6b13925a2bdb6d2ae.tar.bz2 marcuscom-ports-451ae5c37aceada545eafab6b13925a2bdb6d2ae.tar.lz marcuscom-ports-451ae5c37aceada545eafab6b13925a2bdb6d2ae.tar.xz marcuscom-ports-451ae5c37aceada545eafab6b13925a2bdb6d2ae.tar.zst marcuscom-ports-451ae5c37aceada545eafab6b13925a2bdb6d2ae.zip |
Update to 2.24.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11589 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'misc/gnome-user-docs/Makefile')
-rw-r--r-- | misc/gnome-user-docs/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/misc/gnome-user-docs/Makefile b/misc/gnome-user-docs/Makefile new file mode 100644 index 000000000..198da71f8 --- /dev/null +++ b/misc/gnome-user-docs/Makefile @@ -0,0 +1,28 @@ +# 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.42 2008/03/10 17:39:04 ahze Exp $ +# + +PORTNAME= gnome-user-docs +PORTVERSION= 2.24.0 +CATEGORIES= misc gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} +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 gnometarget gnomedocutils + +.include <bsd.port.mk> |