diff options
author | vanilla <vanilla@FreeBSD.org> | 1999-02-01 03:08:55 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1999-02-01 03:08:55 +0800 |
commit | 9a80da0be4242a3361b11c62cc620742968ff937 (patch) | |
tree | b36e0f1ff6e7a3bada85a23900bb2bbb13035bf2 /audio/gnomeaudio/Makefile | |
parent | c44278a3dac2c632a42ff8e9db66aa9ad34591e0 (diff) | |
download | freebsd-ports-gnome-9a80da0be4242a3361b11c62cc620742968ff937.tar.gz freebsd-ports-gnome-9a80da0be4242a3361b11c62cc620742968ff937.tar.zst freebsd-ports-gnome-9a80da0be4242a3361b11c62cc620742968ff937.zip |
Upgrade to 0.99.4.
PR: ports/9814
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Diffstat (limited to 'audio/gnomeaudio/Makefile')
-rw-r--r-- | audio/gnomeaudio/Makefile | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/audio/gnomeaudio/Makefile b/audio/gnomeaudio/Makefile index eca394406cf3..7642a14f3cb8 100644 --- a/audio/gnomeaudio/Makefile +++ b/audio/gnomeaudio/Makefile @@ -1,24 +1,26 @@ # New ports collection makefile for: gnomeaudio -# Version required: 0.1 +# Version required: 0.99.4 # Date created: 29 Dec 1998 # Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG> # -# $Id: Makefile,v 1.2 1999/01/05 12:37:45 vanilla Exp $ +# $Id: Makefile,v 1.3 1999/01/27 08:31:48 fenner Exp $ # -DISTNAME= gnome-audio-0.1 -PKGNAME= gnomeaudio-0.1 -CATEGORIES= audio +DISTNAME= gnome-audio-0.99.4 +PKGNAME= gnomeaudio-0.99.4 +CATEGORIES= audio gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= gnome-audio MAINTAINER= vanilla@FreeBSD.ORG -RUN_DEPEND= gnome-config:${PORTSDIR}/x11/gnomelibs +BUILD_DEPENDS= gnome-config:${PORTSDIR}/x11/gnomelibs +RUN_DEPENDS= gnome-config:${PORTSDIR}/x11/gnomelibs USE_X_PREFIX= yes USE_GMAKE= yes -WRKSRC= ${WRKDIR}/gnome-audio/sounds NO_BUILD= yes +INSTALL_TARGET= INSTALL_DATA="${INSTALL_DATA}" install + .include <bsd.port.mk> |