openbsd-ports/misc/rpm/Makefile
naddy fd27939d96 * don't insert line breaks into the middle of multibyte chars
* USE_LIBTOOL
* don't use included libintl, force -liconv to workaround broken gettext test
2005-11-03 13:18:23 +00:00

39 lines
941 B
Makefile

# $OpenBSD: Makefile,v 1.14 2005/11/03 13:18:23 naddy Exp $
COMMENT= "redhat package manager"
PKGNAME= ${DISTNAME}p3
DISTNAME= rpm-3.0.6
CATEGORIES= misc archivers emulators
PERMIT_DISTFILES_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c z
MAINTAINER= Marc Espie <espie@openbsd.org>
HOMEPAGE= http://www.rpm.org/
MASTER_SITES= ftp://ftp.rpm.org/pub/rpm/dist/rpm-3.0.x/
MODULES= devel/gettext
LIB_DEPENDS+= bz2.::archivers/bzip2 \
popt.0.::devel/popt
USE_LIBTOOL= Yes
CONFIGURE_STYLE= gnu
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC} ${WRKSRC}/popt
# 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 -liconv"
CONFIGURE_ENV+= varprefix=/var
MAKE_FLAGS= librpm_la_LDFLAGS='-version-info 0:1:0'
SEPARATE_BUILD= simple
.include <bsd.port.mk>