1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/archivers/rpm/Makefile

27 lines
608 B
Makefile
Raw Normal View History

1997-01-24 07:50:08 +00:00
# New ports collection makefile for: rpm
# Version required: 2.5.5
# Date created: 30 April 1999
1997-01-24 07:50:08 +00:00
# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
#
1999-05-04 09:29:35 +00:00
# $Id: Makefile,v 1.18 1999/05/02 12:02:45 foxfair Exp $
1997-01-24 07:50:08 +00:00
#
DISTNAME= rpm-2.5.5
1997-01-24 07:50:08 +00:00
CATEGORIES= misc
MASTER_SITES= ftp://ftp.rpm.org/pub/rpm/dist/rpm-2.5.x/
1997-01-24 07:50:08 +00:00
1999-05-04 09:29:35 +00:00
MAINTAINER= ports@FreeBSD.ORG
1997-01-24 07:50:08 +00:00
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>