summaryrefslogtreecommitdiff
path: root/ports-mgmt/portsman/Makefile
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2003-06-03 21:47:49 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2003-06-03 21:47:49 +0000
commit6f1722d8d4a777b8c6d96ed7f34a5888d6ef0f1a (patch)
tree9b0a9647e33c1204ea73c7c091e0e34b577a5b03 /ports-mgmt/portsman/Makefile
parentbbrun, bbapm, and icemc were repo-copied into more gooder categories. (diff)
Add portsman.
Ports manager is a ncurses based, graphical front-end to manage the FreeBSD ports collection. It behaves like a package manager and comes with many features. PR: ports/47192 Submitted by: Anselm Garbe <anselmg@t-online.de>
Notes
Notes: svn path=/head/; revision=82219
Diffstat (limited to 'ports-mgmt/portsman/Makefile')
-rw-r--r--ports-mgmt/portsman/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/ports-mgmt/portsman/Makefile b/ports-mgmt/portsman/Makefile
new file mode 100644
index 000000000000..05176046ef0d
--- /dev/null
+++ b/ports-mgmt/portsman/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: portsman
+# Date created: 18 January 2003
+# Whom: Anselm R. Garbe <anselmg@t-online.de>
+#
+# $FreeBSD$
+#
+
+PORTNAME= portsman
+PORTVERSION= 0.2
+CATEGORIES= sysutils
+MASTER_SITES= http://download.berlios.de/portsman/
+# temporary
+DISTNAME= ${PORTNAME}-${PORTVERSION}-rc2
+
+MAINTAINER= anselmg@t-online.de
+COMMENT= An ncurses based front-end to manage the FreeBSD ports collection
+
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 400000
+LIB_DEPENDS= ncurses.5:${PORTSDIR}/devel/ncurses
+.endif
+
+MAN1= portsman.1
+MAN5= portsmanrc.5
+USE_GZIP= yes
+GNU_CONFIGURE= yes
+
+.include <bsd.port.post.mk>