mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04: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
1 changed files with 3 additions and 4 deletions
|
@ -10,7 +10,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= Image-generator that uses ASCII input files to create PNGs/EDFs
|
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
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= --with-dynaload-cc="${CC}" \
|
CONFIGURE_ARGS= --with-dynaload-cc="${CC}" \
|
||||||
|
@ -18,10 +18,9 @@ CONFIGURE_ARGS= --with-dynaload-cc="${CC}" \
|
||||||
--with-gd-includes="${LOCALBASE}/include" \
|
--with-gd-includes="${LOCALBASE}/include" \
|
||||||
--with-gd-lib="${LOCALBASE}/lib"
|
--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
|
CFLAGS+= -DHAVE_GD_FREETYPE
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue