aboutsummaryrefslogtreecommitdiff
path: root/audio/modplug-tools/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/modplug-tools/Makefile')
-rw-r--r--audio/modplug-tools/Makefile14
1 files changed, 3 insertions, 11 deletions
diff --git a/audio/modplug-tools/Makefile b/audio/modplug-tools/Makefile
index 8160d06b37e0..676576296d18 100644
--- a/audio/modplug-tools/Makefile
+++ b/audio/modplug-tools/Makefile
@@ -1,8 +1,7 @@
# Created by: Emanuel Haupt <ehaupt@critical.ch>
PORTNAME= modplug-tools
-PORTVERSION= 0.5.4
-PORTREVISION= 2
+PORTVERSION= 0.5.6
CATEGORIES= audio
MAINTAINER= ehaupt@FreeBSD.org
@@ -14,19 +13,12 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libao.so:audio/libao \
libmodplug.so:audio/libmodplug
-USES= localbase:ldflags pkgconfig
+USES= cmake:noninja localbase:ldflags pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= alexmyczko
GNU_CONFIGURE= yes
PLIST_FILES= bin/modplug123 \
- bin/modplugplay \
- share/man/man1/modplug123.1.gz \
- share/man/man1/modplugplay.1.gz
-
-post-install:
- ${MKDIR} ${STAGEDIR}${MANPREFIX}/share/man/man1
- ${INSTALL_MAN} ${WRKSRC}/modplug*.1 \
- ${STAGEDIR}${MANPREFIX}/share/man/man1
+ share/man/man1/modplug123.1.gz
.include <bsd.port.mk>