2f3ebc1d3c
-- libunicode is a library for manipulating Unicode characters and strings. It understands both the UTF-8 and UCS-2 encodings, and has a framework for adding support for new encodings. brad@ ok
25 lines
582 B
Makefile
25 lines
582 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2002/12/19 01:19:52 margarida Exp $
|
|
|
|
COMMENT= "library for manipulating Unicode characters and strings"
|
|
|
|
DISTNAME= libunicode-0.4
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libunicode/0.4/}
|
|
|
|
MAINTAINER= Margarida Sequeira <margarida@openbsd.org>
|
|
|
|
# LGPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
|
|
|
PATCH_LIST= ${PORTSDIR}/infrastructure/patches/patch-lt1.3.5-ltconfig \
|
|
patch-*
|
|
|
|
.include <bsd.port.mk>
|