diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-09-09 03:09:38 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-09-09 03:09:38 +0000 |
commit | 6d0c34ae6680ebe486be841a6b1473029f29c94d (patch) | |
tree | 602abcb285813673706b27240ec6c92b4a3b415c /misc/toilet/Makefile | |
parent | d955d1e98bea0609c8c6ff189076d0927e7d0dcf (diff) | |
download | ports-6d0c34ae6680ebe486be841a6b1473029f29c94d.tar.gz ports-6d0c34ae6680ebe486be841a6b1473029f29c94d.zip |
Notes
Diffstat (limited to 'misc/toilet/Makefile')
-rw-r--r-- | misc/toilet/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
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 |