mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Support stage
This commit is contained in:
parent
a458ac65cb
commit
eba38e7645
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=340578
@ -10,16 +10,13 @@ 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
|
||||
LIB_DEPENDS= libgmp.so:${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
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
@comment $FreeBSD$
|
||||
bin/NumberConverter.tcl
|
||||
bin/numconv
|
||||
include/uninum/uninum.h
|
||||
@ -7,4 +6,5 @@ include/uninum/unicode.h
|
||||
lib/libuninum.so.7
|
||||
lib/libuninum.so
|
||||
lib/libuninum.a
|
||||
man/man1/numconv.1.gz
|
||||
@dirrmtry include/uninum
|
||||
|
Loading…
Reference in New Issue
Block a user