diff options
author | marcus <marcus@FreeBSD.org> | 2003-12-07 11:32:10 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-12-07 11:32:10 +0800 |
commit | 90520ff38d04a1b9828d4eb39e8994c08a5f524f (patch) | |
tree | 3b06505ce8c75353583027a17c1a7a872d46688c /audio | |
parent | 2b470e0b659cedebd4bc529b9305051f50f87f6c (diff) | |
download | freebsd-ports-gnome-90520ff38d04a1b9828d4eb39e8994c08a5f524f.tar.gz freebsd-ports-gnome-90520ff38d04a1b9828d4eb39e8994c08a5f524f.tar.zst freebsd-ports-gnome-90520ff38d04a1b9828d4eb39e8994c08a5f524f.zip |
Install the madtime app as well.
Submitted by: sf
Diffstat (limited to 'audio')
-rw-r--r-- | audio/madplay/Makefile | 5 | ||||
-rw-r--r-- | audio/madplay/pkg-plist | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/audio/madplay/Makefile b/audio/madplay/Makefile index a91652d639e5..638796b1d6c1 100644 --- a/audio/madplay/Makefile +++ b/audio/madplay/Makefile @@ -7,6 +7,7 @@ PORTNAME= madplay PORTVERSION= 0.15.0b +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ftp://ftp.mars.org/pub/mpeg/ @@ -24,6 +25,7 @@ WANT_GNOME= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" +ALL_TARGET= all madtime MAN1= abxtest.1 madplay.1 @@ -36,4 +38,7 @@ PKGNAMESUFFIX= -esound CONFIGURE_ARGS+= --without-esd .endif +post-install: + ${INSTALL_PROGRAM} ${WRKSRC}/madtime ${PREFIX}/bin + .include <bsd.port.post.mk> diff --git a/audio/madplay/pkg-plist b/audio/madplay/pkg-plist index 1c80a3d1e2aa..c2f54147ef13 100644 --- a/audio/madplay/pkg-plist +++ b/audio/madplay/pkg-plist @@ -1,5 +1,6 @@ bin/abxtest bin/madplay +bin/madtime share/locale/en/LC_MESSAGES/madplay.mo share/locale/es/LC_MESSAGES/madplay.mo share/locale/fr/LC_MESSAGES/madplay.mo |