1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/devel/libuninum/Makefile

27 lines
578 B
Makefile

# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
# $FreeBSD$
PORTNAME= libuninum
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
LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp
GNU_CONFIGURE= yes
MAKE_ENV+= INCLUDES="-I${LOCALBASE}/include"
LDFLAGS+= -L${LOCALBASE}/lib
USE_LDCONFIG= yes
MAN1= numconv.1
NO_STAGE= yes
post-patch:
${REINPLACE_CMD} -e 's|uninum/||' ${WRKSRC}/uninum.c ${WRKSRC}/numconv.c
.include <bsd.port.mk>