mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
26 lines
565 B
Makefile
26 lines
565 B
Makefile
# New ports collection makefile for: rpm
|
|
# Version required: 2.4.3
|
|
# Date created: 23 January 1997
|
|
# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
|
|
#
|
|
# $Id: Makefile,v 1.6 1997/07/02 12:40:30 tg Exp $
|
|
#
|
|
|
|
DISTNAME= rpm-2.4.3
|
|
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>
|