mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
c6f6217221
PR: ports/18472 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
25 lines
435 B
Makefile
25 lines
435 B
Makefile
# New ports collection makefile for: rpm
|
|
# Date created: 30 April 1999
|
|
# Whom: Thomas Gellekum <tg@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= rpm
|
|
PORTVERSION= 2.5.6
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ftp://ftp.rpm.org/pub/rpm/dist/rpm-2.5.x/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
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>
|