pkgsrc/graphics/libcaca/Makefile
tron a36fb86593 Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:
Recursively bump package revisions again after the "freetype2" and
"fontconfig" handling was fixed.
2013-06-04 22:15:37 +00:00

29 lines
630 B
Makefile

# $NetBSD: Makefile,v 1.27 2013/06/04 22:16:22 tron Exp $
#
DISTNAME= libcaca-0.9
PKGREVISION= 10
CATEGORIES= graphics
MASTER_SITES= http://caca.zoy.org/files/libcaca/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://caca.zoy.org/
COMMENT= Graphics library that outputs text instead of pixels, in colour
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
INCOMPAT_CURSES= NetBSD-1.5*-* NetBSD-1.6[-_.]*-* NetBSD-1.6[A-Q]-*
.include "options.mk"
CONFIGURE_ARGS+= --disable-doc
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "Linux"
LDFLAGS+= -ldl
.endif
.include "../../mk/bsd.pkg.mk"