openbsd-ports/devel/libunicode/Makefile
2013-03-21 08:45:11 +00:00

20 lines
392 B
Makefile

# $OpenBSD: Makefile,v 1.9 2013/03/21 08:45:16 ajacoutot 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
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
.include <bsd.port.mk>