freebsd-ports/devel/libuninum/Makefile

24 lines
549 B
Makefile
Raw Normal View History

# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
# $FreeBSD$
PORTNAME= libuninum
2007-12-25 07:32:05 +01:00
PORTVERSION= 2.7
PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= http://billposer.org/Software/Downloads/
MAINTAINER= clsung@FreeBSD.org
COMMENT= Library for converting Unicode strings to numbers
2014-01-21 09:27:17 +01:00
LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp
GNU_CONFIGURE= yes
MAKE_ENV+= INCLUDES="-I${LOCALBASE}/include"
LDFLAGS+= -L${LOCALBASE}/lib
USE_LDCONFIG= yes
post-patch:
${REINPLACE_CMD} -e 's|uninum/||' ${WRKSRC}/uninum.c ${WRKSRC}/numconv.c
.include <bsd.port.mk>