5f0abd84c6
PR: 142406 Submitted by: Sevan Janiyan <venture37@geeklan.co.uk>
45 lines
954 B
Makefile
45 lines
954 B
Makefile
# 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= 5
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://optronic.sourceforge.net/files/ \
|
|
CRITICAL
|
|
|
|
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_LDCONFIG= yes
|
|
MAKE_JOBS_SAFE= 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
|
|
|
|
SUB_FILES= pkg-message
|
|
SUB_LIST= VERSION=${PORTVERSION}
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|<malloc\.h>|<stdlib.h>|' \
|
|
${WRKSRC}/src/nes/nestypes.h
|
|
@${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|' ${WRKSRC}/ltconfig
|
|
|
|
post-install:
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|