summaryrefslogtreecommitdiff
path: root/audio/gnomeaudio/Makefile
blob: 24c8568198ecec7b232029362da92382db7a88de (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# 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.5 1999/02/19 04:24:59 vanilla Exp $
#

DISTNAME=	gnome-audio-1.0.0
PKGNAME=	gnomeaudio-1.0.0
CATEGORIES=	audio gnome
MASTER_SITES=	${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR=	gnome-1.0/sources

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} -r ${WRKSRC}/sounds/sounds

.include <bsd.port.mk>