mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
27 lines
608 B
Makefile
27 lines
608 B
Makefile
# New ports collection makefile for: rpm
|
|
# Version required: 2.5.5
|
|
# Date created: 30 April 1999
|
|
# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
|
|
#
|
|
# $Id: Makefile,v 1.18 1999/05/02 12:02:45 foxfair Exp $
|
|
#
|
|
|
|
DISTNAME= rpm-2.5.5
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ftp://ftp.rpm.org/pub/rpm/dist/rpm-2.5.x/
|
|
|
|
MAINTAINER= ports@FreeBSD.ORG
|
|
|
|
BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= INSTALL_PROGRAM="${BSD_INSTALL_SCRIPT}"
|
|
CONFIGURE_ARGS= --disable-nls
|
|
USE_GMAKE= yes
|
|
MAN8= rpm.8 rpm2cpio.8
|
|
|
|
pre-install:
|
|
${MKDIR} ${PREFIX}/include/rpm
|
|
|
|
.include <bsd.port.mk>
|