1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/misc/rpm/Makefile

30 lines
763 B
Makefile
Raw Normal View History

1997-01-24 07:50:08 +00:00
# New ports collection makefile for: rpm
1998-06-02 10:52:56 +00:00
# Version required: 2.5.1
1997-01-24 07:50:08 +00:00
# Date created: 23 January 1997
# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
#
1998-12-14 17:02:13 +00:00
# $Id: Makefile,v 1.16 1998/10/28 12:06:26 tg Exp $
1997-01-24 07:50:08 +00:00
#
1998-06-02 10:52:56 +00:00
DISTNAME= rpm-2.5.1
1997-01-24 07:50:08 +00:00
CATEGORIES= misc
1997-08-08 08:17:24 +00:00
MASTER_SITES= ftp://ftp.redhat.com/pub/redhat/code/rpm/ \
1998-12-14 17:02:13 +00:00
ftp://ftp.uni-bayreuth.de/pub/linux/redhat/code/rpm/ \
ftp://mirror.nucba.ac.jp/mirror/redhat/code/rpm/ \
ftp://ftp.cdrom.com/pub/linux/redhat/code/rpm/
1997-01-24 07:50:08 +00:00
MAINTAINER= tg@FreeBSD.ORG
BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm
GNU_CONFIGURE= yes
1998-06-02 10:52:56 +00:00
CONFIGURE_ENV= INSTALL_PROGRAM="${BSD_INSTALL_SCRIPT}"
CONFIGURE_ARGS= --disable-nls
1997-01-24 07:50:08 +00:00
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>