freebsd-ports/russian/libcyrillic/Makefile

26 lines
568 B
Makefile

# New ports collection makefile for: libcyrillic
# Date created: 8 December 2003
# Whom: 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
.include <bsd.port.mk>