summaryrefslogtreecommitdiff
path: root/misc/rpm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/rpm/Makefile')
-rw-r--r--misc/rpm/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/misc/rpm/Makefile b/misc/rpm/Makefile
new file mode 100644
index 00000000000..0ec36dfbc27
--- /dev/null
+++ b/misc/rpm/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: rpm
+# Version required: 2.4.3
+# Date created: 23 January 1997
+# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
+#
+# $Id: Makefile,v 1.1.1.1 1997/10/11 21:54:51 hubertf Exp $
+#
+
+DISTNAME= rpm-2.4.3
+CATEGORIES= misc
+MASTER_SITES= ftp://ftp.redhat.com/pub/redhat/code/rpm/ \
+ ftp://ftp.gwdg.de/pub/linux/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
+
+pre-install:
+ ${MKDIR} ${PREFIX}/include/rpm
+
+.include <bsd.port.mk>