1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/misc/rpm/Makefile
Michael Haro 332b0f4a83 remove --prefix=${PREFIX} when GNU_CONFIGURE=yes and other minor cleanups
PR:		14759
Submitted by:	Jeremy Lea <reg@shale.csir.co.za>
1999-12-24 18:39:48 +00:00

27 lines
496 B
Makefile

# New ports collection makefile for: rpm
# Version required: 2.5.6
# Date created: 30 April 1999
# Whom: Thomas Gellekum <tg@FreeBSD.org>
#
# $FreeBSD$
#
DISTNAME= rpm-2.5.6
CATEGORIES= misc
MASTER_SITES= ftp://ftp.rpm.org/pub/rpm/dist/rpm-2.5.x/
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= gdbm.2:${PORTSDIR}/databases/gdbm
USE_GMAKE= yes
USE_AUTOCONF= yes
CONFIGURE_ARGS= --disable-nls
MAN8= rpm.8 rpm2cpio.8
pre-configure:
@(cd ${WRKSRC}/popt && ${AUTOCONF})
.include <bsd.port.mk>