mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
252e481b40
ports. All of them are End of Life (no security updates) since a loooong time. As they are not the default, I decided to go with a short expiration date (one month). The maintainer of the few ports which depend upon the f8 infrastructure is informed to take action (update to the default f10 infrastructure, or to deprecate).
31 lines
677 B
Makefile
31 lines
677 B
Makefile
# New ports collection makefile for: devel/linux-f8-nspr
|
|
# Date created: 2009-04-05
|
|
# Whom: bsam
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= nspr
|
|
PORTVERSION= 4.7.3
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel linux
|
|
PKGNAMEPREFIX= linux-f8-
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= Netscape Portable Runtime (Linux Fedora 8)
|
|
|
|
CONFLICTS= linux-nspr-[0-9]* linux-f10-nspr-[0-9]*
|
|
|
|
DEPRECATED= End of Life since Jan 7, 2009
|
|
EXPIRATION_DATE=2011-04-01
|
|
|
|
USE_LINUX_RPM= yes
|
|
LINUX_DIST_VER= 8
|
|
RPMVERSION= 1.fc8
|
|
|
|
PLIST_FILES= usr/lib/libnspr4.so usr/lib/libplc4.so usr/lib/libplds4.so
|
|
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
|
|
|
|
.include <bsd.port.mk>
|