summaryrefslogtreecommitdiff
path: root/misc/rpm/Makefile
blob: 155e0e75c51c91a5c8942d54f6541a1769849f7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $NetBSD: Makefile,v 1.12 1998/06/22 12:52:34 agc 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=	mycroft@NetBSD.ORG

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

GNU_CONFIGURE=	yes
USE_GMAKE=	yes

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

.include "../../mk/bsd.pkg.mk"