summaryrefslogtreecommitdiff
path: root/misc/rpm/Makefile
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1997-01-24 07:50:08 +0000
committerThomas Gellekum <tg@FreeBSD.org>1997-01-24 07:50:08 +0000
commit66d67f6a9b5c9fd053b6484c7bbe324955610788 (patch)
treedf6ff8c3bd8e8a8550357633e52e9f6aa608fdef /misc/rpm/Makefile
parentActivate perl5. (diff)
Import of the Red Hat package manager.
Notes
Notes: svn path=/head/; revision=5413
Diffstat (limited to 'misc/rpm/Makefile')
-rw-r--r--misc/rpm/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/misc/rpm/Makefile b/misc/rpm/Makefile
new file mode 100644
index 000000000000..712f3e9f8936
--- /dev/null
+++ b/misc/rpm/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: rpm
+# Version required: 2.3.2
+# Date created: 23 January 1997
+# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
+#
+# $Id$
+#
+
+DISTNAME= rpm-2.3.2
+CATEGORIES= misc
+MASTER_SITES= ftp://ftp.redhat.com/pub/redhat/code/rpm/
+
+MAINTAINER= tg@FreeBSD.ORG
+
+BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm
+
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+MAN8= rpm.8 rpm2cpio.8
+
+.include <bsd.port.mk>