mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
24 lines
496 B
Makefile
24 lines
496 B
Makefile
# Created by: Pavel Novikov
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libcyrillic
|
|
PORTVERSION= 1.9
|
|
CATEGORIES= russian converters textproc
|
|
MASTER_SITES= http://ext.by/libcyrillic/
|
|
PKGNAMEPREFIX=
|
|
DISTNAME= ${PORTNAME:S/^lib//}-${PORTVERSION}
|
|
|
|
MAINTAINER= pavel@ext.by
|
|
COMMENT= Text manipulation and autodetection for 6 major Cyrillic charsets
|
|
|
|
MAKE_ENV= WRKSRC="${WRKSRC}"
|
|
MAKEFILE= ${FILESDIR}/Makefile.bsd
|
|
USE_LDCONFIG= yes
|
|
|
|
.if !defined(WITHOUT_OPTIMIZE)
|
|
CFLAGS+= -O2
|
|
.endif
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|