blob: 1a8c9f2f090a70570af76afdb9b709561b618539 (
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: audacious-dumb
# Date created: 27 May 2007
# Whom: Emanuel Haupt <ehaupt@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= audacious-dumb
PORTVERSION= 0.42
CATEGORIES= audio
MASTER_SITES= http://www.netswarm.net/misc/ \
http://critical.ch/distfiles/ \
http://energy.critical.ch/distfiles/
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Audacious plugin that support the IT, XM, S3M or MOD formats
RUN_DEPENDS= audacious:${PORTSDIR}/multimedia/audacious
BUILD_DEPENDS= audacious:${PORTSDIR}/multimedia/audacious \
dumbout:${PORTSDIR}/devel/dumb
USE_GMAKE= yes
USE_LDCONFIG= yes
MAKE_ENV+= CC="${CC}" LOCALBASE="${LOCALBASE}"
ONLY_FOR_ARCHS= i386
.include <bsd.port.mk>
|