Initial import of giftcurs 0.11.1
giFTcurs is a cursed frontend to the giFT daemon and has been described as "seriously slick" -- http://www.nongnu.org/giftcurs
This commit is contained in:
parent
4bf2ce8fd1
commit
785d7a4a50
4 changed files with 48 additions and 0 deletions
2
giftcurs/DESCR
Normal file
2
giftcurs/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
giFTcurs is a cursed frontend to the giFT daemon and has been described
|
||||
as "seriously slick"
|
29
giftcurs/Makefile
Normal file
29
giftcurs/Makefile
Normal file
|
@ -0,0 +1,29 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2003/08/21 18:31:47 xtraeme 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= jrp@hispabsd.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"
|
13
giftcurs/PLIST
Normal file
13
giftcurs/PLIST
Normal file
|
@ -0,0 +1,13 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2003/08/21 18:31:47 xtraeme Exp $
|
||||
bin/giFTcurs
|
||||
man/man1/giFTcurs.1
|
||||
man/man5/giFTcurs.conf.5
|
||||
${PKGLOCALEDIR}/locale/ca/LC_MESSAGES/giFTcurs.mo
|
||||
${PKGLOCALEDIR}/locale/da/LC_MESSAGES/giFTcurs.mo
|
||||
${PKGLOCALEDIR}/locale/de/LC_MESSAGES/giFTcurs.mo
|
||||
${PKGLOCALEDIR}/locale/es/LC_MESSAGES/giFTcurs.mo
|
||||
${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/giFTcurs.mo
|
||||
${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/giFTcurs.mo
|
||||
${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/giFTcurs.mo
|
||||
${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/giFTcurs.mo
|
||||
${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/giFTcurs.mo
|
4
giftcurs/distinfo
Normal file
4
giftcurs/distinfo
Normal file
|
@ -0,0 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2003/08/21 18:31:47 xtraeme Exp $
|
||||
|
||||
SHA1 (giFTcurs-0.6.0.tar.gz) = 427d4ceb954afeb5862adedc95fffc2fffa238a9
|
||||
Size (giFTcurs-0.6.0.tar.gz) = 379198 bytes
|
Loading…
Reference in a new issue