118cbc08c5
Submitted by: dbn
18 lines
419 B
Makefile
18 lines
419 B
Makefile
# Created by: David Naylor <dbn@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= icu
|
|
PORTVERSION= 4.2.1
|
|
CATEGORIES= devel linux
|
|
LIB_DISTNAMES= lib${PORTNAME}-${DISTVERSIONFULL}
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= International Components for Unicode (Linux CentOS ${LINUX_DIST_VER})
|
|
|
|
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
|
|
RPMVERSION= 14.el6
|
|
USES= linux:c6
|
|
USE_LDCONFIG= yes
|
|
USE_LINUX_RPM= yes
|
|
|
|
.include <bsd.port.mk>
|