freebsd-ports/audio/gnomeaudio2/Makefile
Steve Price 9ef32ccba4 New location onf MASTER_SITE.
PR:             11844
Submitted by:   Jeremy Lea <reg@shale.csir.co.za>
1999-05-30 04:02:58 +00:00

29 lines
688 B
Makefile

# New ports collection makefile for: gnomeaudio
# Version required: 1.0.0
# Date created: 29 Dec 1998
# Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG>
#
# $Id: Makefile,v 1.8 1999/04/07 18:10:08 jseger Exp $
#
DISTNAME= gnome-audio-1.0.0
PKGNAME= gnomeaudio-1.0.0
CATEGORIES= audio gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-audio
MAINTAINER= vanilla@FreeBSD.ORG
BUILD_DEPENDS= gnome-config:${PORTSDIR}/x11/gnomelibs
RUN_DEPENDS= gnome-config:${PORTSDIR}/x11/gnomelibs
USE_X_PREFIX= yes
USE_GMAKE= yes
NO_BUILD= yes
INSTALL_TARGET= INSTALL_DATA="${INSTALL_DATA}" install
post-extract:
@${RM} -fr ${WRKSRC}/sounds/sounds
.include <bsd.port.mk>