e834c3019d
- sync PLIST with new gettext - SUBST_VARS help from espie@ - bump PKGNAME
42 lines
972 B
Makefile
42 lines
972 B
Makefile
# $OpenBSD: Makefile,v 1.16 2006/01/14 20:27:11 steven Exp $
|
|
|
|
COMMENT= "redhat package manager"
|
|
|
|
PKGNAME= ${DISTNAME}p4
|
|
DISTNAME= rpm-3.0.6
|
|
SHARED_LIBS= rpm 0.1 \
|
|
rpmbuild 0.0
|
|
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
|
|
|
|
RPM_INTEL= RPMS/i386
|
|
SUBST_VARS= RPM_INTEL
|
|
|
|
# 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
|
|
|
|
SEPARATE_BUILD= simple
|
|
|
|
.include <bsd.port.mk>
|