diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1997-01-24 07:50:08 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1997-01-24 07:50:08 +0000 |
commit | 66d67f6a9b5c9fd053b6484c7bbe324955610788 (patch) | |
tree | df6ff8c3bd8e8a8550357633e52e9f6aa608fdef /archivers/rpm/Makefile | |
parent | 9d0c3d299108cf46ef28c569ab57f875f065e69d (diff) | |
download | ports-66d67f6a9b5c9fd053b6484c7bbe324955610788.tar.gz ports-66d67f6a9b5c9fd053b6484c7bbe324955610788.zip |
Notes
Diffstat (limited to 'archivers/rpm/Makefile')
-rw-r--r-- | archivers/rpm/Makefile | 21 |
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> |