freebsd-ports/archivers/rpm/Makefile

30 lines
639 B
Makefile
Raw Normal View History

1997-01-24 02:50:08 -05:00
# New ports collection makefile for: rpm
1998-06-02 06:52:56 -04:00
# Version required: 2.5.1
1997-01-24 02:50:08 -05:00
# Date created: 23 January 1997
# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
#
# $Id: Makefile,v 1.14 1998/06/02 10:52:54 tg Exp $
1997-01-24 02:50:08 -05:00
#
1998-06-02 06:52:56 -04:00
DISTNAME= rpm-2.5.1
1997-01-24 02:50:08 -05:00
CATEGORIES= misc
1997-08-08 04:17:24 -04:00
MASTER_SITES= ftp://ftp.redhat.com/pub/redhat/code/rpm/ \
ftp://ftp.gwdg.de/pub/linux/redhat/code/rpm/
1997-01-24 02:50:08 -05:00
MAINTAINER= tg@FreeBSD.ORG
BROKEN_ELF= yes
1997-01-24 02:50:08 -05:00
BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm
GNU_CONFIGURE= yes
1998-06-02 06:52:56 -04:00
CONFIGURE_ENV= INSTALL_PROGRAM="${BSD_INSTALL_SCRIPT}"
1997-01-24 02:50:08 -05:00
USE_GMAKE= yes
MAN8= rpm.8 rpm2cpio.8
1997-01-24 06:43:57 -05:00
pre-install:
${MKDIR} ${PREFIX}/include/rpm
1997-01-24 02:50:08 -05:00
.include <bsd.port.mk>