aboutsummaryrefslogtreecommitdiff
path: root/audio/libmikmod/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* - Update master sites, website urlPav Lucistnik2003-12-041-2/+2
| | | | | | | | | | | - Give maintainership to submitter PR: ports/59691 Submitted by: David Le Brun <daviddyn-ns.net@da-quirk.org> Approved by: adamw (mentor) Notes: svn path=/head/; revision=94914
* don't forget to bump the revision, it's important enough under -current.Edwin Groothuis2003-09-081-0/+1
| | | | Notes: svn path=/head/; revision=88757
* Properly replace all -pthread occurances to make it working onEdwin Groothuis2003-09-081-4/+7
| | | | | | | -current with the new gcc. Notes: svn path=/head/; revision=88756
* Utilize INFOKris Kennaway2003-08-161-1/+2
| | | | Notes: svn path=/head/; revision=87047
* Remove the USE_GNOMENG macro.Joe Marcus Clarke2003-04-081-1/+0
| | | | Notes: svn path=/head/; revision=78566
* De-pkg-comment.Akinori MUSHA2003-02-201-0/+1
| | | | Notes: svn path=/head/; revision=75951
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-101-2/+0
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-061-0/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* Force libtool script to be executed by /bin/sh, not "whatever shellKris Kennaway2002-08-231-0/+1
| | | | | | | | | | you are currently running", which doesn't work too well if it happens to be e.g. csh. Noticed by: bento Notes: svn path=/head/; revision=64895
* * Use USE_GNOMENGJoe Marcus Clarke2002-08-221-5/+8
| | | | | | | | | * Re-add dependency on gmake to fix build problems PR: 41845 and 41877 Notes: svn path=/head/; revision=64809
* * Optionalize esound. Suggested by:Christian Weisgerber2002-08-161-3/+11
| | | | | | | | | | PR: 41594 Submitted by: Brad Laue <brad@brad-x.com> * Remove unneeded gmake dependency. Notes: svn path=/head/; revision=64590
* PERL -> REINPLACE_CMDYing-Chieh Liao2002-07-081-1/+2
| | | | | | | | PR: 39283 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> Notes: svn path=/head/; revision=62644
* Update to 3.1.10Patrick Li2002-03-071-8/+12
| | | | | | | | PR: 35613 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=55659
* Update MASTER_SITES and WWW: to libmikmod's new home.Pete Fritchman2001-12-281-1/+1
| | | | | | | | PR: 33284 Submitted by: Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp> Notes: svn path=/head/; revision=52333
* The project has moved to the new location - update MASTER_SITES and WWW.Maxim Sobolev2001-04-191-1/+2
| | | | Notes: svn path=/head/; revision=41681
* Move MASTER_SITES to MASTER_SITE_LOCAL since original distfile looksSADA Kenji2001-04-171-3/+2
| | | | | | | disappeared and MASTER_SITE_SUNSITE are not in good condition. Notes: svn path=/head/; revision=41593
* -pthread --> ${PTHREAD_LIBS}Maxim Sobolev2001-03-291-1/+1
| | | | | | | | | | -D_THREAD_SAFE --> ${PTHREAD_CFLAGS} Note: my first intention was to test this out on bento/beta, but per ade's requiest I opted to do it quickly. Notes: svn path=/head/; revision=40539
* o add MASTER_SITE_SUNSITE to MASTER_SITES.FUJISHIMA Satsuki2001-03-121-5/+7
| | | | | | | | | | o get rid of version number from pkg-descr. PR: 25744 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=39690
* disown this portMichael Haro2001-03-071-1/+1
| | | | Notes: svn path=/head/; revision=39201
* Implement WANT_ESOUND, USE_ESOUND.Jeremy Lea2000-10-051-2/+1
| | | | Notes: svn path=/head/; revision=33420
* Patch configure to use -pthread instead of -lpthread.Maxim Sobolev2000-08-151-0/+3
| | | | Notes: svn path=/head/; revision=31660
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-161-1/+1
| | | | | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax Notes: svn path=/head/; revision=29651
* Fourth round of INSTALLS_SHLIBS conversion.Maxim Sobolev2000-06-161-0/+1
| | | | Notes: svn path=/head/; revision=29630
* update with the new PORTNAME/PORTVERSION variablesMichael Haro2000-04-081-2/+2
| | | | Notes: svn path=/head/; revision=27415
* update to 3.1.9Michael Haro2000-03-071-2/+2
| | | | Notes: svn path=/head/; revision=26623
* use -pthread instead of -lc_r and other minor changesMichael Haro2000-01-281-6/+4
| | | | | | | Submitted by: reg Notes: svn path=/head/; revision=25184
* update to 3.1.8Michael Haro2000-01-011-2/+2
| | | | | | | | PR: 14611 Submitted by: Will Andrews <andrews@technologist.com> Notes: svn path=/head/; revision=24338
* Use updated esound library.Yukihiro Nakai1999-10-081-1/+1
| | | | Notes: svn path=/head/; revision=22240
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20938
* Update libmikmodMichael Haro1999-07-031-5/+5
| | | | | | | | Submitted by: Douglas Carmichael dcarmich@xnet.com PR Number: 12454 Notes: svn path=/head/; revision=19973
* Update mastersiteMichael Haro1999-06-231-2/+3
| | | | | | | Noticed by: fenner distfile survey Notes: svn path=/head/; revision=19704
* Looks like they updated the distfile w/o updating the version.Michael Haro1999-06-051-3/+9
| | | | | | | Some changes stolen from yoshiaki@kt.rim.or.jp Notes: svn path=/head/; revision=19214
* USE_LIBTOOL=yes after upgrade to libtool port.Steve Price1999-05-291-12/+3
| | | | | | | | PR: 11854 Submitted by: Jeremy Lea <reg@shale.csir.co.za> Notes: svn path=/head/; revision=19070
* Library required for latest version of mikmod. Possibly also usedMichael Haro1999-05-051-0/+29
by other ports. PR: 11082 Submitted by: me Notes: svn path=/head/; revision=18522