25 lines
667 B
Makefile
25 lines
667 B
Makefile
# $NetBSD: Makefile,v 1.10 2009/12/21 20:34:06 joerg Exp $
|
|
#
|
|
|
|
DISTNAME= giFTcurs-0.6.2
|
|
PKGNAME= ${DISTNAME:S/FT/ft/}
|
|
PKGREVISION= 4
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://savannah.nongnu.org/download/giftcurs/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.nongnu.org/giftcurs/
|
|
COMMENT= Curses frontend to the giFT daemon
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_TOOLS+= msgfmt pkg-config
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../devel/ncurses/buildlink3.mk"
|
|
.include "../../net/gift/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|