mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 04:16:27 -04:00
Install the madtime app as well.
Submitted by: sf
This commit is contained in:
parent
94d36e079d
commit
f620a3560c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=95238
2 changed files with 6 additions and 0 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue