Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

25
misc/iselect/Makefile Normal file
View File

@@ -0,0 +1,25 @@
# $NetBSD: Makefile,v 1.24 2013/06/16 12:38:43 ryoon Exp $
#
DISTNAME= iselect-1.4.0
CATEGORIES= misc
MASTER_SITES= ftp://ftp.ossp.org/pkg/tool/iselect/ \
ftp://ftp.ntua.gr/pub/utils/ossp/tool/iselect/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.ossp.org/pkg/tool/iselect/
COMMENT= Curses based Interactive Selection Tool
GNU_CONFIGURE= yes
INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1
post-configure:
${TOUCH} ${WRKSRC}/config_ac.h.in
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/iselect ${DESTDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/iselect.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
.include "../../devel/ncurses/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"