diff options
author | gahr <gahr@FreeBSD.org> | 2014-01-30 17:29:24 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2014-01-30 17:29:24 +0800 |
commit | 81d6c775672cb3ebf8149d4ec1460185371639b1 (patch) | |
tree | 4b955b186b9289aab36649ea5a77e67ef918792e /audio/gsi/Makefile | |
parent | 7eda6b42622206311adac95ff86f358209c6f8a5 (diff) | |
download | freebsd-ports-gnome-81d6c775672cb3ebf8149d4ec1460185371639b1.tar.gz freebsd-ports-gnome-81d6c775672cb3ebf8149d4ec1460185371639b1.tar.zst freebsd-ports-gnome-81d6c775672cb3ebf8149d4ec1460185371639b1.zip |
- Remove audio/gsi, abandonware not developed in the last 13 years
Diffstat (limited to 'audio/gsi/Makefile')
-rw-r--r-- | audio/gsi/Makefile | 57 |
1 files changed, 0 insertions, 57 deletions
diff --git a/audio/gsi/Makefile b/audio/gsi/Makefile deleted file mode 100644 index e56f75ba2ceb..000000000000 --- a/audio/gsi/Makefile +++ /dev/null @@ -1,57 +0,0 @@ -# Created by: Sean Farley <sean-freebsd@farley.org> -# $FreeBSD$ - -PORTNAME= gsi -PORTVERSION= 0.9.6 -PORTREVISION= 1 -CATEGORIES= audio -MASTER_SITES= SF/${PORTNAME}/GSI%20Current/v${PORTVERSION} - -MAINTAINER= gahr@FreeBSD.org -COMMENT= General sound interface - -USE_BZIP2= yes -NO_STAGE= yes -USES= gmake -MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" MYFLAGS="${CFLAGS}" OPTIMIZE="" -USE_LDCONFIG= yes -MAKE_JOBS_UNSAFE= yes - -MANCOMPRESSED= no - -MAN1= gsifile.1 gsiplay.1 -MAN3= gsi.3 gsi_commands.3 gsi_events.3 gsif.3 gsipcm.3 -MAN5= gsi.conf.5 -MAN7= gsi_overview.7 -MAN8= gsi_server.8 - -post-extract: - @${RM} -f ${WRKSRC}/lib/include/gsi/gsisynth.h - -post-patch: -.for f in lib/device/gsimixer/api/mixer_fbsd.c \ - lib/device/gsipcm/api/pcm_fbsd.c - @${REINPLACE_CMD} -e \ - 's|machine/soundcard.h|sys/soundcard.h|g' ${WRKSRC}/${f} -.endfor -.for f in server/FINISH_host_allow.c server/client.c server/conf.c - @${REINPLACE_CMD} -e \ - 's|"/etc/|"${PREFIX}/etc/|g' ${WRKSRC}/${f} -.endfor - -do-configure: - @${SH} ${FILESDIR}/configure.sh ${PREFIX} ${WRKSRC} - -post-install: - @${INSTALL_DATA} ${WRKSRC}/server/conf/gsi.conf.fbsd \ - ${PREFIX}/etc/gsi.conf.sample -.for fileNdx in gsi_server gsifile gsiplay - @${STRIP_CMD} ${PREFIX}/bin/${fileNdx} -.endfor - @${ECHO_MSG} "A sample configuration file was installed as" \ - ${PREFIX}/etc/gsi.conf.sample. - @${ECHO_MSG} "Copy and edit it to fit the system." - @${ECHO_MSG} - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> |