1997-01-24 07:50:08 +00:00
|
|
|
# New ports collection makefile for: rpm
|
1999-11-01 00:12:24 +00:00
|
|
|
# Version required: 2.5.6
|
1999-05-02 12:03:10 +00:00
|
|
|
# Date created: 30 April 1999
|
1999-08-31 06:53:31 +00:00
|
|
|
# Whom: Thomas Gellekum <tg@FreeBSD.org>
|
1997-01-24 07:50:08 +00:00
|
|
|
#
|
1999-08-25 07:23:21 +00:00
|
|
|
# $FreeBSD$
|
1997-01-24 07:50:08 +00:00
|
|
|
#
|
|
|
|
|
1999-11-01 00:12:24 +00:00
|
|
|
DISTNAME= rpm-2.5.6
|
1997-01-24 07:50:08 +00:00
|
|
|
CATEGORIES= misc
|
1999-05-02 12:03:10 +00:00
|
|
|
MASTER_SITES= ftp://ftp.rpm.org/pub/rpm/dist/rpm-2.5.x/
|
1997-01-24 07:50:08 +00:00
|
|
|
|
1999-08-31 06:53:31 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
1997-01-24 07:50:08 +00:00
|
|
|
|
1999-12-24 18:39:48 +00:00
|
|
|
LIB_DEPENDS= gdbm.2:${PORTSDIR}/databases/gdbm
|
1997-01-24 07:50:08 +00:00
|
|
|
|
|
|
|
USE_GMAKE= yes
|
1999-11-14 03:02:01 +00:00
|
|
|
USE_AUTOCONF= yes
|
|
|
|
CONFIGURE_ARGS= --disable-nls
|
|
|
|
|
1997-01-24 07:50:08 +00:00
|
|
|
MAN8= rpm.8 rpm2cpio.8
|
|
|
|
|
1999-11-14 03:02:01 +00:00
|
|
|
pre-configure:
|
|
|
|
@(cd ${WRKSRC}/popt && ${AUTOCONF})
|
1997-01-24 11:43:57 +00:00
|
|
|
|
1997-01-24 07:50:08 +00:00
|
|
|
.include <bsd.port.mk>
|