Changeset View
Changeset View
Standalone View
Standalone View
archivers/rpm4/Makefile
# Created by: Greg Lewis <glewis@FreeBSD.org> | # Created by: Greg Lewis <glewis@FreeBSD.org> | ||||
PORTNAME= rpm | PORTNAME= rpm | ||||
PORTVERSION= 4.16.1.3 | PORTVERSION= 4.16.1.3 | ||||
PORTREVISION= 1 | |||||
CATEGORIES= archivers | CATEGORIES= archivers | ||||
MASTER_SITES= http://ftp.rpm.org/releases/rpm-4.16.x/ | MASTER_SITES= http://ftp.rpm.org/releases/rpm-4.16.x/ | ||||
PKGNAMESUFFIX= 4 | PKGNAMESUFFIX= 4 | ||||
MAINTAINER= rodrigo@FreeBSD.org | MAINTAINER= rodrigo@FreeBSD.org | ||||
COMMENT= Red Hat Package Manager | COMMENT= Red Hat Package Manager | ||||
LICENSE= GPLv2 | LICENSE= GPLv2 | ||||
LICENSE_FILE= ${WRKSRC}/COPYING | LICENSE_FILE= ${WRKSRC}/COPYING | ||||
BUILD_DEPENDS= gsed:textproc/gsed | BUILD_DEPENDS= gsed:textproc/gsed | ||||
LIB_DEPENDS= libpopt.so:devel/popt \ | LIB_DEPENDS= libpopt.so:devel/popt \ | ||||
libnss3.so:security/nss \ | libnss3.so:security/nss \ | ||||
libzstd.so:archivers/zstd \ | libzstd.so:archivers/zstd \ | ||||
libgcrypt.so:security/libgcrypt | libgcrypt.so:security/libgcrypt | ||||
RUN_DEPENDS= bash:shells/bash \ | RUN_DEPENDS= bash:shells/bash \ | ||||
gxargs:misc/findutils | gxargs:misc/findutils | ||||
USES= alias bdb sqlite compiler:openmp cpe gmake iconv libarchive libtool \ | USES= alias bdb sqlite cpe gmake iconv libarchive libtool \ | ||||
lua:52+ pathfix pkgconfig shebangfix tar:bzip2 | lua:52+ pathfix pkgconfig shebangfix tar:bzip2 | ||||
USE_LDCONFIG= yes | USE_LDCONFIG= yes | ||||
GNU_CONFIGURE= yes | GNU_CONFIGURE= yes | ||||
BINARY_ALIAS= sed=${LOCALBASE}/bin/gsed | BINARY_ALIAS= sed=${LOCALBASE}/bin/gsed | ||||
SHEBANG_FILES= scripts/brp-python-bytecompile scripts/check-prereqs \ | SHEBANG_FILES= scripts/brp-python-bytecompile scripts/check-prereqs \ | ||||
scripts/check-rpaths-worker scripts/pkgconfigdeps.sh \ | scripts/check-rpaths-worker scripts/pkgconfigdeps.sh \ | ||||
scripts/fontconfig.prov scripts/perl.prov scripts/perl.req \ | scripts/fontconfig.prov scripts/perl.prov scripts/perl.req \ | ||||
▲ Show 20 Lines • Show All 57 Lines • Show Last 20 Lines |