1997-01-24 07:50:08 +00:00
|
|
|
# New ports collection makefile for: rpm
|
1997-04-03 07:07:27 +00:00
|
|
|
# Version required: 2.3.8
|
1997-01-24 07:50:08 +00:00
|
|
|
# Date created: 23 January 1997
|
|
|
|
# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
|
|
|
|
#
|
1997-04-03 07:07:27 +00:00
|
|
|
# $Id: Makefile,v 1.2 1997/01/24 11:43:57 asami Exp $
|
1997-01-24 07:50:08 +00:00
|
|
|
#
|
|
|
|
|
1997-04-03 07:07:27 +00:00
|
|
|
DISTNAME= rpm-2.3.8
|
1997-01-24 07:50:08 +00:00
|
|
|
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
|
|
|
|
|
1997-01-24 11:43:57 +00:00
|
|
|
pre-install:
|
|
|
|
${MKDIR} ${PREFIX}/include/rpm
|
|
|
|
|
1997-01-24 07:50:08 +00:00
|
|
|
.include <bsd.port.mk>
|