blob: e7a99ad12d7334792ba9041fad522d5fe76d6fe4 (
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
|
# New ports collection makefile for: xmms-musepack
# Date created: 15 Mar 2002
# Whom: Walter Hop <walter@binity.com>
#
# $FreeBSD$
#
PORTNAME= xmms-musepack
PORTVERSION= 1.8.0
CATEGORIES= audio
MASTER_SITES= http://www.musepack.info/dl/
MAINTAINER= walter@binity.com
LIB_DEPENDS= xmms.3:${PORTSDIR}/audio/xmms
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOMENG= yes
USE_GNOME= gtk12
USE_LIBTOOL= yes
post-install:
strip ${PREFIX}/lib/xmms/Input/xmms-mpegplus-1.8.0.so
.include <bsd.port.mk>
|