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 efb7c48cb4 Maintainer update:
* modify install to use new FreeBSD plugin directory
* update Maintainer's e-mail address

PR:		ports/45368
Submitted by:	John Merryweather Cooper <coop9211@uidaho.edu>
2002-11-17 22:57:57 +00:00

33 lines
868 B
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.4
PORTREVISION= 1
CATEGORIES= www audio
MASTER_SITES= http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/packages/
EXTRACT_SUFX= .tgz
MAINTAINER= coop9211@uidaho.edu
RUN_DEPENDS= xsidplay:${PORTSDIR}/audio/xsidplay
USE_X_PREFIX= yes
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.mk>