aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/rpm/Makefile
blob: 80c31b7cb7ebbf33535d8e0b5664d63dafac72e7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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>