summaryrefslogtreecommitdiff
path: root/mbone/rtptools/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mbone/rtptools/Makefile')
-rw-r--r--mbone/rtptools/Makefile16
1 files changed, 10 insertions, 6 deletions
diff --git a/mbone/rtptools/Makefile b/mbone/rtptools/Makefile
index 760a298cd0e..be6154d0e30 100644
--- a/mbone/rtptools/Makefile
+++ b/mbone/rtptools/Makefile
@@ -1,22 +1,26 @@
-# $NetBSD: Makefile,v 1.13 2022/04/24 11:48:43 tnn Exp $
+# $NetBSD: Makefile,v 1.14 2022/04/24 12:02:13 tnn Exp $
#
-DISTNAME= rtptools-1.21
-PKGREVISION= 1
+DISTNAME= rtptools-1.22
CATEGORIES= mbone
-#MASTER_SITES= http://www.cs.columbia.edu/IRT/software/rtptools/download/
+MASTER_SITES= ${MASTER_SITE_GITHUB:=irtlab/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= https://web.archive.org/web/20200220182022/http://www.cs.columbia.edu/irt/software/rtptools/
+HOMEPAGE= https://github.com/irtlab/rtptools
COMMENT= Tools for processing RTP data
-# LICENSE= # See COPYRIGHT file, avoid direct commercial advantate
+LICENSE= modified-bsd
GNU_CONFIGURE= yes
+USE_TOOLS+= autoconf automake mandoc
CPPFLAGS+= -Dunix
+BUILD_TARGET= all html
HTMLDIR= ${PREFIX}/share/doc/rtptools
EGDIR= ${PREFIX}/share/examples/rtptools
+pre-configure:
+ cd ${WRKSRC} && autoreconf -i
+
post-install:
${INSTALL_DATA_DIR} ${DESTDIR}${HTMLDIR}
${INSTALL_DATA_DIR} ${DESTDIR}${EGDIR}