60764ff075
These ports reference the pkg-descr file of some other port and used to get the WWW entry from that other port's file. Reported by: dan@langille.org (Dan Langille)
24 lines
593 B
Makefile
24 lines
593 B
Makefile
PORTNAME= icu
|
|
PORTVERSION= 50.2
|
|
DISTVERSIONSUFFIX= -4.el7_7
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel linux
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= International Components for Unicode (Linux CentOS ${LINUX_DIST_VER})
|
|
WWW= http://site.icu-project.org/
|
|
|
|
USES= cpe linux:c7
|
|
CPE_VENDOR= ${PORTNAME}-project
|
|
CPE_PRODUCT= international_components_for_unicode
|
|
USE_LDCONFIG= yes
|
|
USE_LINUX_RPM= yes
|
|
|
|
LIB_DISTNAMES= lib${PORTNAME}-${DISTVERSIONFULL}
|
|
|
|
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
|
|
DOCSDIR= ${PREFIX}/usr/share/doc/lib${PORTNAME}-${PORTVERSION}
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|