freebsd-ports/devel/linux-f10-nspr/Makefile
Emanuel Haupt 1f1c285bba Add a more reliable mirrors for fc4 and f10 linux emulation ports.
Triggered by:	distilator
Reviewed by:	netchild (emulation)
2011-03-03 09:26:45 +00:00

27 lines
637 B
Makefile

# New ports collection makefile for: devel/linux-f10-nspr
# Date created: 2009-05-04
# Whom: bsam
#
# $FreeBSD$
#
PORTNAME= nspr
PORTVERSION= 4.7.6
CATEGORIES= devel linux
MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER}
PKGNAMEPREFIX= linux-f10-
DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}
MAINTAINER= emulation@FreeBSD.org
COMMENT= Netscape Portable Runtime (Linux Fedora 10)
CONFLICTS= linux-f8-nspr-[0-9]*
USE_LINUX_RPM= yes
LINUX_DIST_VER= 10
RPMVERSION= 1.fc10.1
PLIST_FILES= lib/libnspr4.so lib/libplc4.so lib/libplds4.so
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
.include <bsd.port.mk>