3f9561d0f5
server on RedHat's machines). - rpm is no longer dependent on gdbm (only used for rpmconvert, which this pkg does not build).
18 lines
354 B
Makefile
18 lines
354 B
Makefile
# $NetBSD: Makefile,v 1.14 1998/08/10 15:45:08 tv Exp $
|
|
#
|
|
|
|
DISTNAME= rpm-2.5.1
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ftp://ftp.rpm.org/pub/rpm/dist/rpm-2.5.x/ \
|
|
ftp://ftp.gwdg.de/pub/linux/redhat/code/rpm/
|
|
|
|
MAINTAINER= mycroft@NetBSD.ORG
|
|
|
|
CONFLICTS= rpm-2.4.12
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
pre-install:
|
|
${MKDIR} ${PREFIX}/include/rpm
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|