blob: 522e80bc8c0dbea7943e122c72606e49ee1ba30c (
plain)
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
|
# New ports collection makefile for: gnomeaudio
# Date created: 29 Dec 1998
# Whom: Vanilla I. Shu <vanilla@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gnomeaudio
PORTVERSION= 1.0.0
CATEGORIES= audio gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/gnome-audio
DISTNAME= gnome-audio-${PORTVERSION}
MAINTAINER= ade@FreeBSD.org
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOMELIBS= yes
NO_BUILD= yes
post-extract:
@${RM} -fr ${WRKSRC}/sounds/sounds
.include <bsd.port.mk>
|