pkgsrc/misc/rpm/Makefile
tv 3f9561d0f5 - RPM's main distribution site is ftp.rpm.org (a different anonymous
server on RedHat's machines).
- rpm is no longer dependent on gdbm (only used for rpmconvert, which
  this pkg does not build).
1998-08-10 15:45:08 +00:00

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"