forked from Lainports/opnsense-ports
22 lines
441 B
Makefile
22 lines
441 B
Makefile
# Created by: Artyom Mirgorodskiy <artyom.mirgorodsky@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= nspr
|
|
PORTVERSION= 4.11.0
|
|
CATEGORIES= devel linux
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= Netscape Portable Runtime (Linux CentOS ${LINUX_DIST_VER})
|
|
|
|
CONFLICTS= linux-f10-nspr-[0-9]*
|
|
|
|
ONLY_FOR_ARCHS= i386 amd64
|
|
RPMVERSION= 1.el6
|
|
USE_LINUX= c6
|
|
|
|
USE_LINUX_RPM= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
|
|
|
|
.include <bsd.port.mk>
|