summaryrefslogtreecommitdiff
path: root/archivers/rpm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/rpm/Makefile')
-rw-r--r--archivers/rpm/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/archivers/rpm/Makefile b/archivers/rpm/Makefile
new file mode 100644
index 000000000000..712f3e9f8936
--- /dev/null
+++ b/archivers/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>