1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/misc/rpm/Makefile
Steve Price 2274b8983e * Removed (unnecessary) dependancy on GNU gettext
* Modified install path of configuration files from lib/ to etc/
* Fixed some files to set file permission properly

PR:		14803
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
1999-11-14 03:02:01 +00:00

27 lines
515 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
BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:${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>