freebsd-ports/russian/libcyrillic/Makefile
Carlo Strub 344b32ccd9 - Fix typos in COMMENT
- Enforce the now clarified rules from the Porter's Handbook (e.g. no dots, no
  A/An, etc.)
2012-08-02 09:02:43 +00:00

27 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>