# New ports collection makefile for: gsi # Date created: 3 October 2000 # Whom: Sean Farley # # $FreeBSD$ # PORTNAME= gsi PORTVERSION= 0.9.4 CATEGORIES= audio MASTER_SITES= http://www.farley.org/ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org WRKSRC= ${WRKDIR}/${PORTNAME} USE_GMAKE= yes INSTALLS_SHLIB= 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 pre-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 ${PREFIX}/bin/${fileNdx} .endfor .for lib in "" cd f midi_pcm mixer pcm synth @strip ${PREFIX}/lib/libgsi${lib}.so.[02] .endfor @${ECHO} "A sample configuration file was installed as" \ ${PREFIX}/etc/gsi.conf.sample. @${ECHO} "Copy and edit it to fit the system." @${ECHO} @${CAT} ${PKGMESSAGE} .include o'/> index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Reset cjh due to inactivity. We hope to see him back again soon.linimon2010-01-032-4/+1
* Remove USE_REINPLACE from categories starting with a Kedwin2006-05-091-1/+0
* SHA256ifyedwin2006-01-221-0/+2
* SIZEify (maintainer timeout)trevor2004-03-311-0/+2
* Clear moonlight beckons.ade2003-03-072-1/+1
* Half of these ones missed yesterday while converting to USE_REINPLACE.edwin2002-11-051-0/+1
* PERL -> REINPLACEedwin2002-11-041-1/+3
* Remove #include <malloc.h>kris2002-03-31