diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2007-11-06 11:28:08 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2007-11-06 11:28:08 +0000 |
commit | aa49492a7642ba71f94aab908126dbeb9115990a (patch) | |
tree | 7b9ff3715c55231aac71569f0538dbca3b2e41dc /audio/baudline | |
parent | e647e3e6c262886bc6b860bdd3d0a3f321e55f35 (diff) | |
download | ports-aa49492a7642ba71f94aab908126dbeb9115990a.tar.gz ports-aa49492a7642ba71f94aab908126dbeb9115990a.zip |
Notes
Diffstat (limited to 'audio/baudline')
-rw-r--r-- | audio/baudline/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/baudline/Makefile b/audio/baudline/Makefile index cec3445f60cc..152218a4c4bc 100644 --- a/audio/baudline/Makefile +++ b/audio/baudline/Makefile @@ -7,6 +7,7 @@ PORTNAME= baudline PORTVERSION= 1.06 +PORTREVISION= 1 CATEGORIES= audio linux # We have permission from author Erik Olsen <erik@sigblips.net> for the # package cluster to automatically fetch baudline @@ -22,7 +23,6 @@ RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 USE_XORG= x11 xext xt ice USE_LINUX= yes ONLY_FOR_ARCHS= i386 amd64 -NO_BUILD= yes RESTRICTED= author requests no distribution except from their site @@ -39,6 +39,9 @@ IGNORE= may not be automatically fetched due to licensing\ restart this build .endif +do-build: + @${BRANDELF} -t Linux ${WRKSRC}/baudline + do-install: @${INSTALL_PROGRAM} ${WRKSRC}/baudline ${PREFIX}/bin .if !defined(NOPORTDOCS) |