diff options
author | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-01-13 05:40:33 +0800 |
---|---|---|
committer | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-01-13 05:40:33 +0800 |
commit | 1ab698ff1c229793f8d96ad2dac4f78432b3cc76 (patch) | |
tree | c285645a2100248980d855c3e7c3785f5c812489 /graphics/gnomebackgrounds/Makefile | |
parent | 75aea6d6c30e72cbed7eff833240f18458e70fe8 (diff) | |
download | marcuscom-ports-1ab698ff1c229793f8d96ad2dac4f78432b3cc76.tar.gz marcuscom-ports-1ab698ff1c229793f8d96ad2dac4f78432b3cc76.tar.zst marcuscom-ports-1ab698ff1c229793f8d96ad2dac4f78432b3cc76.zip |
Add gnomebackgrounds, a collection of GNOME backgrounds.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3413 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/gnomebackgrounds/Makefile')
-rw-r--r-- | graphics/gnomebackgrounds/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/graphics/gnomebackgrounds/Makefile b/graphics/gnomebackgrounds/Makefile new file mode 100644 index 000000000..3595b05d2 --- /dev/null +++ b/graphics/gnomebackgrounds/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: gnomebackgrounds +# Date created: 12 January 2005 +# Whom: Adam Weinberger <adamw@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= gnomebackgrounds +PORTVERSION= 2.9.4 +CATEGORIES= graphics gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/gnome-backgrounds/2.9 +DISTNAME= gnome-backgrounds-${PORTVERSION} + +MAINTAINER= gnome@FreeBSD.org +COMMENT= A set of backgrounds for the GNOME Desktop + +USE_BZIP2= yes +USE_LIBTOOL_VER=15 +USE_GMAKE= yes +USE_GNOME= gnomehack gnomeprefix intlhack +CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib" + +.include <bsd.port.mk> |