summaryrefslogtreecommitdiff
path: root/devel/cvsps3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/cvsps3/Makefile')
-rw-r--r--devel/cvsps3/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/devel/cvsps3/Makefile b/devel/cvsps3/Makefile
new file mode 100644
index 00000000000..2f61726675b
--- /dev/null
+++ b/devel/cvsps3/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2013/01/30 11:34:58 ryoon Exp $
+#
+
+DISTNAME= cvsps-3.2
+PKGNAME= ${DISTNAME:S/cvsps-/cvsps3-/}
+CATEGORIES= devel scm
+MASTER_SITES= ${HOMEPAGE:Q}
+
+MAINTAINER= schmonz@NetBSD.org
+HOMEPAGE= http://www.catb.org/~esr/cvsps/
+COMMENT= Generates 'patchset' information from a CVS repository
+LICENSE= gnu-gpl-v2
+
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+USE_TOOLS+= gmake
+
+INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
+
+LIBS.SunOS+= -lnsl -lsocket
+MAKE_ENV+= LIBS=${LIBS:Q}
+MAKE_ENV+= prefix=${DESTDIR}${PREFIX}
+
+.include "../../devel/zlib/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"