From 6d0c34ae6680ebe486be841a6b1473029f29c94d Mon Sep 17 00:00:00 2001 From: "Philip M. Gollucci" Date: Thu, 9 Sep 2010 03:09:38 +0000 Subject: - Update to 0.2 PR: ports/149000 Submitted by: Frederic Culot --- misc/toilet/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'misc/toilet/Makefile') diff --git a/misc/toilet/Makefile b/misc/toilet/Makefile index 0ca962fe5e42..7ee41ba7bb65 100644 --- a/misc/toilet/Makefile +++ b/misc/toilet/Makefile @@ -6,18 +6,19 @@ # PORTNAME= toilet -PORTVERSION= 0.1 -PORTREVISION= 3 +PORTVERSION= 0.2 CATEGORIES= misc -MASTER_SITES= http://libcaca.zoy.org/files/ CENKES +MASTER_SITES= http://caca.zoy.org/raw-attachment/wiki/toilet/ MAINTAINER= ports@FreeBSD.org COMMENT= Enhanced figlet(6) -LIB_DEPENDS= cucul.0:${PORTSDIR}/graphics/libcaca +LIB_DEPENDS= caca.0:${PORTSDIR}/graphics/libcaca GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-transform-name="" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" CFLAGS+= -fno-strength-reduce MAN1= ${PORTNAME}.1 PORT_VERBS= ${PORTNAME} caca2tlf share/figlet/*tlf -- cgit v1.2.3