aboutsummaryrefslogtreecommitdiffstats
path: root/misc/rpm/Makefile
blob: 1aa0fde93f754b6ea6970482d3e56e9a0d0f0e77 (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
25
# New ports collection makefile for:    rpm
# Version required: 2.4.12
# Date created:     23 January 1997
# Whom:         Thomas Gellekum <tg@FreeBSD.ORG>
#
# $Id: Makefile,v 1.12 1998/01/08 08:02:05 tg Exp $
#

DISTNAME=   rpm-2.4.12
CATEGORIES= misc
MASTER_SITES=   ftp://ftp.redhat.com/pub/redhat/code/rpm/ \
        ftp://ftp.gwdg.de/pub/linux/redhat/code/rpm/

MAINTAINER= tg@FreeBSD.ORG

BUILD_DEPENDS=  ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm

GNU_CONFIGURE=  yes
USE_GMAKE=  yes
MAN8=       rpm.8 rpm2cpio.8

pre-install:
    ${MKDIR} ${PREFIX}/include/rpm

.include <bsd.port.mk>