openbsd-ports/devel/libunicode/Makefile
2013-03-11 10:50:00 +00:00

21 lines
406 B
Makefile

# $OpenBSD: Makefile,v 1.8 2013/03/11 10:50:10 espie Exp $
COMMENT= library for manipulating Unicode characters and strings
DISTNAME= libunicode-0.4
REVISION = 1
SHARED_LIBS= unicode 0.0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libunicode/0.4/}
# LGPL
PERMIT_PACKAGE_CDROM= Yes
USE_LIBTOOL= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
.include <bsd.port.mk>