# New ports collection makefile for: pd # Date created: 2002-05-24 # Whom: trevor # # $FreeBSD$ # PORTNAME= pd PORTVERSION= 0.37 CATEGORIES= audio MASTER_SITES= http://www-crca.ucsd.edu/~msp/Software/ DISTNAME= pd-0.37-1test1.src MAINTAINER= trevor@FreeBSD.org COMMENT= Pure Data, a MIDI-capable real-time audio processor/synthesizer LIB_DEPENDS= tcl84:${PORTSDIR}/lang/tcl84 \ tk84:${PORTSDIR}/x11-toolkits/tk84 GNU_CONFIGURE= yes CONFIGURE_ENV= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" \ LIBS="${PTHREAD_LIBS} -L${LOCALBASE}/lib -ltk84 -ltcl84" MAKEFILE= makefile MAN1= pd.1 pdreceive.1 pdsend.1 PATCH_WRKSRC= ${WRKSRC}/.. PLIST= ${WRKDIR}/pkg-plist USE_GMAKE= yes USE_X_PREFIX= yes USE_AUTOCONF= yes WANT_AUTOCONF_VER= 257 WRKSRC= ${WRKDIR}/pd-0.37-1test1/src pre-patch: ${RM} -f ${WRKSRC}/configure post-configure: ${MV} ${WRKSRC}/makefile ${WRKSRC}/makefile.orig ${SED} -e "s:^INCLUDE = :INCLUDE = -I${LOCALBASE}/include/tk8.4 \ -I${LOCALBASE}/include/tcl8.4 -I${X11BASE}/include :g; \ s:^LIB =:LIB =${PTHREAD_LIBS}:g; \ s:GFLAGS = :GFLAGS = -DUSEAPI_OSS :g; \ s:x_midi.c ::g; s:s_midi.c ::g; \ s:^CFLAGS =:CFLAGS+=${PTHREAD_CFLAGS}:g" \ < ${WRKSRC}/makefile.orig > ${WRKSRC}/makefile pre-install: ${RM} -f ${PLIST} .for ii in pd pd-gui pd-watchdog pd.tk pdreceive pdsend ${ECHO_CMD} bin/${ii} >> ${PLIST} .endfor ${ECHO_CMD} include/m_pd.h >> ${PLIST} .if !defined(NOPORTDOCS) .for ii in LICENSE README ${ECHO_CMD} share/doc/pd/${ii}.txt >> ${PLIST} .endfor cd ${WRKSRC}/../doc && ${FIND} -s . -type f | \ ${CUT} -c3-999 | \ ${SED} -e 's:^:share/doc/pd/:' >> ${PLIST} \ && ${FIND} -d . -type d | \ ${CUT} -c3-999 | \ ${SED} -e 's:^:@dirrm share/doc/pd/:' >> ${PLIST} cd ${WRKSRC}/../extra && ${FIND} -s . -type f -or -type l | \ ${CUT} -c3-999 | \ ${SED} -e 's:^:share/pd/:' >> ${PLIST} \ && ${FIND} -d . -type d | \ ${CUT} -c3-999 | \ ${SED} -e 's:^:@dirrm share/pd/:' >> ${PLIST} .endif do-install: .for ii in pd pd-gui pd-watchdog pdreceive pdsend ${INSTALL_PROGRAM} ${WRKSRC}/../bin/${ii} ${PREFIX}/bin .endfor ${INSTALL_DATA} ${WRKSRC}/../bin/pd.tk ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/m_pd.h ${PREFIX}/include .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} .for ii in LICENSE README ${INSTALL_DATA} ${WRKSRC}/../${ii}.txt ${DOCSDIR} .endfor cd ${WRKSRC}/../doc && pax -r -w * ${DOCSDIR} .endif .for ii in pd pdreceive pdsend ${INSTALL_MAN} ${WRKSRC}/../man/${ii}.1 ${PREFIX}/man/man1/ .endfor ${MKDIR} ${DATADIR} cd ${WRKSRC}/../extra && pax -r -w * ${DATADIR} .include 1.2.3'>dependabot/npm_and_yarn/devel/electron4/files/minimist-1.2.3 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/net/howl
Commit message (Expand)AuthorAgeFilesLines
* Convert USE_GNOME=pkgconfig to USES=pkgconfigbapt2013-08-311-6/+2
* In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-141-1/+1
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-1/+0
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sincekwm2011-08-121-1/+1
* - Assign maintainership to submitterglarkin2011-04-261-4/+1
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
* Deprecate unmaintained ports from net where upstream disapear and/orbapt2011-03-151-0/+3
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
* Begin the process of deprecating sysutils/rc_subr bydougb2010-03-271-1/+1
* For ports maintained by ports@FreeBSD.org, remove names and/ordougb2009-12-211-1/+0
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-031-1/+1
* Overhaul this script to better fit the rc.d way of doing things;dougb2009-07-161-14/+6
* - USE_RC_SUBR !=yespgollucci2009-07-153-16/+7
* Reset maintainer as I am purely an avahi guy now.marcus2008-09-011-1/+1
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-1/+1
* - Remove USE_GETOPT_LONG which is a no-op since March 2007pav2008-03-201-1/+0
* Use libtool port instead of included one to avoid objformat a.out botchkris2007-01-281-0/+1
* Remove USE_REINPLACE from all categories starting with Nedwin2006-05-121-1/+0
* Register a conflict with avahi.marcus2006-05-021-0/+2
* Conversion to a single libtool environment.ade2006-02-232-1/+4
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.dougb2006-02-211-1/+0
* SHA256ifyedwin2006-01-231-0/+1
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
* Correct LDFLAGS after adding USE_GETOPT_LONG.marcus2005-07-041-2/+2
* Add USE_GETOPT_LONG to fix the build on 4.X.marcus2005-07-041-0/+1
* Update to 1.0.0, and change references of Rendezvous to Bonjour.marcus2005-07-034-6/+6
* * Update to 0.9.10marcus2005-01-304-12/+50
* Now that howl's pkg-config file has been fixed, we no longer need to hackmarcus2005-01-252-27/+26
* Update to 0.9.8, and fix the build on 4.X Alpha.marcus2005-01-253-27/+27
* BROKEN on alpha: Does not compilekris2005-01-021-1/+7
* Update to 0.9.7 which incorporates the previously committed portabilitymarcus2004-11-024-38/+3
* Add patches to fix mDNSResponder on FreeBSD. These patches have beenmarcus2004-11-013-0/+35
* Update to 0.9.6.marcus2004-08-188-145/+16
* Fix build with non-i386 architectures, and fix the installation path formarcus2004-07-216-32/+154
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-101-1/+1
* Update to 0.9.5.marcus2004-06-243-43/+40
* - Use pkgconfig PREFIXkrion2004-05-313-3/+18
* - Fix build on 4-xkrion2004-04-152-0/+16
* - Update to 0.9.4krion2004-04-113-48/+44
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
* - Update to 0.9.1clement2004-01-173-13/+20
* - Update to 0.8.1sergei2003-11-193-30/+36
* Set ONLY_FOR_ARCHS=i386.maho2003-10-251-0/+1
* New Port: howl 0.6.1: zerconf/rendezvous implementationedwin2003-08-241-2/+2
* Add new port:maho2003-08-11