mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 19:06:28 -04: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
2 changed files with 2 additions and 5 deletions
|
@ -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…
Add table
Reference in a new issue