# New ports collection makefile for: fmio # Date created: 10 Feb 2001 # Whom: Den Ivanov # # $FreeBSD$ # PORTNAME= fmio PORTVERSION= 2.0.8 CATEGORIES= audio MASTER_SITES= http://www.aliasnet.ru/~pva/src/fmio/ \ http://www.jumbo.narod.ru/src/fmio/ MAINTAINER= kunia@istc.kiev.ua COMMENT= FM radio card manipulation utility MAN1= fmio.1 MANCOMPRESSED= no ONLY_FOR_ARCHS= i386 WRKSRC= ${WRKDIR}/${DISTNAME}/src pre-build: .if !defined(WITH_BKTR) @${ECHO_MSG} @${ECHO_MSG} "If you want to compile with Highway Xtreme support," @${ECHO_MSG} "hit Ctrl-C right now and use \"make WITH_BKTR=yes\"" @${ECHO_MSG} .endif post-build: .if defined(WITH_BKTR) @cd ${WRKSRC}/../utils && ${MAKE} bktrctl .endif do-install: .if defined(WITH_BKTR) ${INSTALL_PROGRAM} ${WRKSRC}/../utils/bktrctl ${PREFIX}/bin ${INSTALL_SCRIPT} ${FILESDIR}/bktrctl.sh ${PREFIX}/etc/rc.d .endif ${INSTALL_PROGRAM} ${WRKSRC}/fmio ${PREFIX}/bin ${CHMOD} 4555 ${PREFIX}/bin/fmio ${INSTALL_MAN} ${WRKSRC}/fmio.1 ${MANPREFIX}/man/man1 @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/../README ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/../Changelog ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/../doc/FAQ ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/../doc/FAQ.ru ${DOCSDIR} post-install: .if !defined(WITH_BKTR) ${GREP} -v "bktrctl.sh" ${TMPPLIST} > ${TMPPLIST}.tmp ${MV} -f ${TMPPLIST}.tmp ${TMPPLIST} .endif .include s.form.submit();'> FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* INSTALLS_SHLIB -> USE_LDCONFIG.mezz2006-11-051-1/+1
| | | | Found by: portlint (cports.sh)
* Update to 2.6.26.marcus2006-06-084-43/+5
|
* - Add header in these *-reference ports.mezz2006-06-011-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix a few of pkg-descr by chase the rename. - Move all PORTREVISION and PORTEPOCH to top with ?=. - Put USE_X_PREFIX back in, but under REFERENCE_PORT, and remove PREFIX? and USE_XLIB. This fix ports to use the correct mtree when you change the prefix, for example: Incorrect: (Without USE_X_PREFIX) ================================ # cd /usr/ports/x11-toolkits/gtk20 # make -V MTREE_FILE /etc/mtree/BSD.x11-4.dist # make PREFIX=/tmp/foo -V MTREE_FILE /etc/mtree/BSD.local.dist <-- Here... ================================ Correct: (With USE_X_PREFIX) ================================ # cd /usr/ports/x11-toolkits/gtk20 # make -V MTREE_FILE /etc/mtree/BSD.x11-4.dist # make PREFIX=/tmp/foo -V MTREE_FILE /etc/mtree/BSD.x11-4.dist <-- Here... ================================ - Change a several of *-reference ports to install in LOCALBASE instead X11BASE, but only two gtkmm*-reference couldn't be change at the moment. Bump the PORTREVISION for change prefix. Discussed with: marcus
* Remove USE_REINPLACE from categories starting with Tedwin2006-05-131-1/+0
|
* Move the libxml2 programming reference to the libxml2-reference port.jylefort2006-05-122-177/+11
|
* Fix build on 4.X.marcus2006-04-291-0/+18
| | | | | PR: 96492 Submitted by: Takamichi Tateoka <tate@tateoka.org>
* Update to 2.6.24, and correct a typo in one of the patches.marcus2006-04-294-6/+26
|
* Conversion to a single libtool environment.ade2006-02-232-2/+3
| | | | Approved by: portmgr (kris)
* Update to 2.6.23.marcus2006-01-072-4/+4
|
* - Add SHA256 checksumspav2005-11-241-0/+1
|
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
* Update to 2.6.22.marcus2005-09-134-4/+65
|
* Update to 2.6.21.marcus2005-09-053-4/+6
|
* Correct PORTREVISIONs so that the overall PORTVERSION does not gomarcus2005-08-291-1/+1
| | | | | | backwards. Reported by: eik's script
* - Also fix the catalog paths in xmllint.c and xmllint.1jylefort2005-08-283-28/+6
| | | | - While here, refactor the catalog paths patches as ${REINPLACE_CMD} calls
* Update to 2.6.20.marcus2005-07-122-3/+3
|
* Update to 2.6.19.marcus2005-04-032-3/+3
|
* Update to 2.6.18.marcus2005-03-152-3/+3
|
* - Nuke dormant patch which managed to break py-libxml2 2.6.17pav2005-02-011-11/+0
| | | | Reported by: krismail
* Update to 2.6.17.marcus2005-01-184-13/+15
|
* - Change tunables from OPTIONS to plain make defines. Too many userspav2004-11-251-9/+7
| | | | | | | subconsciously enabled THREADS knob and ended with breakages later. The last straw: Adam McLaurin <adam.mclaurin@gmx.net> Approved by: FreeBSD/GNOME cabal
* Update to 2.6.16.marcus2004-11-113-15/+3
|
* Actually add the patch to fix the crash.marcus2004-11-101-0/+11
|
* Hack around a bug where invalid XML documents would cause libxml tomarcus2004-11-101-0/+1
| | | | | | crash. Reported by: many
* Update to 2.4.15.marcus2004-10-282-3/+3
|
* Update to 2.6.14.marcus2004-10-123-13/+13
|
* Update to 2.6.13.marcus2004-09-022-3/+3
|
* Update to 2.6.12.marcus2004-08-235-71/+19
|
* - Let MAINTAINER and COMMNET variables be overwriten from slave ports.bland2004-07-061-2/+2
| | | | - Also note that previous commit fixed hier compliance issue.
* Remove Python bingdings here as they going to be reintroduced inbland2004-07-066-211/+167
| | | | | | slave port. Tested by: adamw, marcus
* Update to 2.6.11.marcus2004-07-063-3/+4
|
* Update to 2.6.9.marcus2004-04-193-3/+4
|
* Update to 2.6.8.marcus2004-03-237-134/+99
|
* Add a warning that pthread support may break certain ports.marcus2004-03-121-1/+1
| | | | Submitted by: ale
* * Update to 2.6.7marcus2004-02-242-12/+14
| | | | | * Use OPTIONS where it's feasible * Use USE_ICONV
* Update to 2.6.6.adamw2004-02-133-3/+4
|
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 1)
* Get rid of .libs in RPATH entries.bland2004-02-033-9/+52
| | | | | PR: 62162 Reported by: Matthias Andree <matthias.andree@gmx.de>
* Update to 2.6.5.marcus2004-01-293-2/+5
|
* Don't create needless directories.marcus2004-01-11