mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Support stage
This commit is contained in:
parent
0b2db58d8e
commit
9528dedeb8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=337769
@ -10,7 +10,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Image-generator that uses ASCII input files to create PNGs/EDFs
|
||||
|
||||
LIB_DEPENDS= gd:${PORTSDIR}/graphics/gd
|
||||
LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-dynaload-cc="${CC}" \
|
||||
@ -18,10 +18,9 @@ CONFIGURE_ARGS= --with-dynaload-cc="${CC}" \
|
||||
--with-gd-includes="${LOCALBASE}/include" \
|
||||
--with-gd-lib="${LOCALBASE}/lib"
|
||||
|
||||
MAN1= zimg.1
|
||||
PLIST_FILES= include/zimg.h bin/zimg
|
||||
PLIST_FILES= include/zimg.h bin/zimg \
|
||||
man/man1/zimg.1.gz
|
||||
|
||||
CFLAGS+= -DHAVE_GD_FREETYPE
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user