diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-23 03:49:21 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-23 03:49:21 +0800 |
commit | 6659affcc0b39fa4fc0f15582690d2a63fdd8076 (patch) | |
tree | 07225a1ff5b1bd2ec3120e7c7bcee9ff59120246 /audio/gnome-audio/Makefile | |
parent | 6206fd21c806f2b04e26f771ab61e918dd0d2bd0 (diff) | |
download | marcuscom-ports-6659affcc0b39fa4fc0f15582690d2a63fdd8076.tar marcuscom-ports-6659affcc0b39fa4fc0f15582690d2a63fdd8076.tar.gz marcuscom-ports-6659affcc0b39fa4fc0f15582690d2a63fdd8076.tar.bz2 marcuscom-ports-6659affcc0b39fa4fc0f15582690d2a63fdd8076.tar.lz marcuscom-ports-6659affcc0b39fa4fc0f15582690d2a63fdd8076.tar.xz marcuscom-ports-6659affcc0b39fa4fc0f15582690d2a63fdd8076.tar.zst marcuscom-ports-6659affcc0b39fa4fc0f15582690d2a63fdd8076.zip |
USE_X_PREFIX -> USE_XLIB, bump the PORTREVISION.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6690 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio/gnome-audio/Makefile')
-rw-r--r-- | audio/gnome-audio/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/audio/gnome-audio/Makefile b/audio/gnome-audio/Makefile new file mode 100644 index 000000000..be7718846 --- /dev/null +++ b/audio/gnome-audio/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: gnomeaudio2 +# Date created: 10 July 2003 +# Whom: Adam Weinberger <adamw@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ +# + +PORTNAME= gnome-audio +PORTVERSION= 2.0.0 +PORTREVISION= 1 +CATEGORIES= audio gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/gnome-audio/2.0 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Sound files for use with GNOME 2 + +USE_BZIP2= yes +USE_XLIB= yes +NO_BUILD= yes +USE_GNOME= gnomehack gnomeprefix gnomehier +WRKSRC= ${WRKDIR}/${DISTNAME}/sounds + +.include <bsd.port.mk> |