pkgsrc-wip/giftcurs/Makefile
Jeremy C. Reed a62cf157c3 mk/curses.buildlink2.mk was removed. Back out last change. Log
message from pkgsrc says: "we _really_ do want to express that we
want _n_curses when we include the buildlink2.mk file. ...  We will
look into this again in the future."
2003-09-29 14:56:41 +00:00

29 lines
788 B
Makefile

# $NetBSD: Makefile,v 1.4 2003/09/29 14:56:41 jeremy-c-reed Exp $
#
DISTNAME= giFTcurs-0.6.0
PKGNAME= ${DISTNAME:S/FT/ft/}
CATEGORIES= net
MASTER_SITES= http://savannah.nongnu.org/download/giftcurs/giFTcurs.pkg/0.6.0/
MAINTAINER= xtraeme@NetBSD.org
HOMEPAGE= http://www.nongnu.org/giftcurs/
COMMENT= Curses frontend to the giFT daemon
BUILD_USES_MSGFMT= yes
USE_BUILDLINK2= yes
GNU_CONFIGURE= yes
USE_PKGLOCALEDIR= yes
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "Linux"
USE_NCURSES= yes
CONFIGURE_ARGS+= --with-ncurses=${BUILDLINK_PREFIX.ncurses}
.include "../../devel/ncurses/buildlink2.mk"
.endif
.include "../../devel/glib2/buildlink2.mk"
.include "../../converters/libiconv/buildlink2.mk"
.include "../../devel/gettext-lib/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"