opnsense-ports/devel/libunicode/Makefile
2022-09-07 22:33:21 +02:00

21 lines
558 B
Makefile

PORTNAME= libunicode
PORTVERSION= 0.4
PORTREVISION= 11
CATEGORIES= devel gnome
MASTER_SITES= GNOME/sources/libunicode/0.4
DISTNAME= ${PORTNAME}-${PORTVERSION}.gnome
MAINTAINER= gnome@FreeBSD.org
COMMENT= Library for manipulating Unicode characters and strings
WWW= https://www.gnome.org/
USES= iconv libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share \
--datadir=${PREFIX}/share
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
.include <bsd.port.mk>