blob: 3111da8fc2fe9079c049d7ed7651a112a9257447 (
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
# New ports collection makefile for: xmms-nsf
# Date created: 18 Aug 2005
# Whom: Emanuel Haupt <ehaupt@critical.ch>
#
# $FreeBSD$
#
PORTNAME= xmms-nsf
PORTVERSION= 0.0.3
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://optronic.sourceforge.net/files/ \
http://critical.ch/distfiles/ \
http://energy.critical.ch/distfiles/
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= XMMS input-plugin for playing Nintendo(TM) NSF audio files
BUILD_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms
RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms
GNU_CONFIGURE= yes
USE_X_PREFIX= yes
ONLY_FOR_ARCHS= i386 amd64
CFLAGS+= -fPIC
PLIST_FILES= lib/xmms/Input/libnsf.a \
lib/xmms/Input/libnsf.la \
lib/xmms/Input/libnsf.so
post-patch:
@${REINPLACE_CMD} -e 's|<malloc\.h>|<stdlib.h>|' \
${WRKSRC}/src/nes/nestypes.h
post-install:
@${SED} -e 's|%%VERSION%%|${PORTVERSION}|' ${PKGMESSAGE}
.include <bsd.port.mk>
|