mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
26 lines
503 B
Makefile
26 lines
503 B
Makefile
# 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= vanilla@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>
|