1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/www/sidplug/Makefile
Edwin Groothuis 62cab77454 [PATCH]: www/* use {} vs () consistently
Fix all occurrences of this that are not part of REPLACE_CMD commands.

PR:		ports/117051
Submitted by:	"Philip M. Gollucci" <pgollucci@p6m7g8.com>
2007-10-10 03:00:36 +00:00

41 lines
1.1 KiB
Makefile

# New ports collection makefile for: sidplug
# Date created: 14 December 2001
# Whom: John Merryweather Cooper <jmcoopr@webmail.bmi.net>
#
# $FreeBSD$
#
PORTNAME= sidplug
PORTVERSION= 1.1.5
PORTREVISION= 1
CATEGORIES= www audio
MASTER_SITES= http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/packages/
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= A Commodore 64 psid audio plugin for Mozilla or Opera
RUN_DEPENDS= xsidplay:${PORTSDIR}/audio/xsidplay
USE_X_PREFIX= yes
MAKE_ARGS= CC="${CC}" OPTIMIZER="${CFLAGS} -I${X11BASE}/include"
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
CFLAGS+= -fPIC
.endif
do-install:
@${MKDIR} ${PREFIX}/lib/browser_plugins
@${INSTALL_PROGRAM} ${WRKSRC}/npsidplug.so ${PREFIX}/lib/browser_plugins
@${LN} -sf ${X11BASE}/bin/xsidplay ${PREFIX}/bin/sidplug
.ifndef(NOPORTDOCS)
@${MKDIR} ${EXAMPLESDIR}
@${INSTALL_DATA} ${WRKSRC}/Lazy_Fast.sid ${EXAMPLESDIR}
@${INSTALL_DATA} ${WRKSRC}/README.html ${EXAMPLESDIR}
@${INSTALL_DATA} ${WRKSRC}/sidplug.png ${EXAMPLESDIR}
.endif
.include <bsd.port.post.mk>