blob: 82c3a104b130a879a87310f399b832e5b82592af (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Created by: Piotr Kubaj <pkubaj@anongoth.pl>
# $FreeBSD$
PORTNAME= nspr
PORTVERSION= 4.13.1
CATEGORIES= devel linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= Netscape Portable Runtime (Linux CentOS ${LINUX_DIST_VER})
CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
RPMVERSION= 1.0.el7_3
USES= linux:c7
USE_LDCONFIG= yes
USE_LINUX_RPM= yes
.include <bsd.port.mk>
|