blob: c8a40b376a6d99da23f0001f834beb8c195413d6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# New ports collection makefile for: zimg
# Date created: 20 Feb 2000
# Whom: Will Andrews <andrews@technologist.com>
#
# $FreeBSD$
#
PORTNAME= zimg
PORTVERSION= 4.5.0
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://www.zellner.org/zimg/download/
MAINTAINER= ports@FreeBSD.org
PORTCOMMENT= Image-generator that uses ASCII input files to create PNGs/EDFs
LIB_DEPENDS= gd.2:${PORTSDIR}/graphics/gd
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= -with-gd-includes=${LOCALBASE}/include/gd
MAN1= zimg.1
.include <bsd.port.mk>
|