in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
29 lines
730 B
Makefile
29 lines
730 B
Makefile
# $NetBSD: Makefile,v 1.8 2004/10/03 00:14:55 tv Exp $
|
|
#
|
|
|
|
DISTNAME= libcaca-0.9
|
|
PKGREVISION= 1
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://sam.zoy.org/projects/libcaca/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= wiz@NetBSD.org
|
|
HOMEPAGE= http://sam.zoy.org/projects/libcaca/
|
|
COMMENT= Graphics library that outputs text instead of pixels, in colour
|
|
|
|
USE_BUILDLINK3= yes
|
|
USE_LIBTOOL= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
GNU_CONFIGURE= yes
|
|
INCOMPAT_CURSES= NetBSD-1.5* NetBSD-1.6[-_.]* NetBSD-1.6[A-Q]-*
|
|
|
|
CONFIGURE_ARGS+= --disable-slang --enable-ncurses --disable-imlib2 --disable-doc
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
.if ${OPSYS} == "Linux"
|
|
LDFLAGS= -ldl
|
|
.endif
|
|
|
|
.include "../../devel/ncurses/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|