openbsd-ports/misc/rpm/Makefile

37 lines
890 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.8 2001/09/23 19:27:15 naddy Exp $
COMMENT= "redhat package manager"
PKGNAME= ${DISTNAME}p1
DISTNAME= rpm-3.0.6
CATEGORIES= misc archivers emulators
NEED_VERSION= 1.402
PERMIT_DISTFILES_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
2000-10-09 20:40:20 -04:00
MAINTAINER= Marc Espie <espie@openbsd.org>
HOMEPAGE= http://www.rpm.org/
MASTER_SITES= ftp://ftp.rpm.org/pub/rpm/dist/rpm-3.0.x/
LIB_DEPENDS= bz2.::archivers/bzip2
LIB_DEPENDS+= intl.::devel/gettext
LIB_DEPENDS+= popt.0.::devel/popt
CONFIGURE_STYLE= gnu
# Enforce check for pgp, so no build-time depend is needed
CONFIGURE_ENV= PGPBIN=$(LOCALBASE)/bin/pgp
CONFIGURE_ENV+= CPPFLAGS=-I${LOCALBASE}/include
CONFIGURE_ENV+= LDFLAGS=-L${LOCALBASE}/lib
CONFIGURE_ENV+= varprefix=/var
2001-03-07 11:09:36 -05:00
MAKE_FLAGS= librpm_la_LDFLAGS='-version-info 0:1:0'
SEPARATE_BUILD= simple
.include <bsd.port.mk>