pkgsrc/misc/iselect/Makefile
ryoon 713abdfd90 Update to 1.4.0
Changelog:
  Changes between 1.3.1 and 1.4.0
  -------------------------------
  070708 o upgraded GNU shtool from 2.0.3 to 2.0.7
         o adjusted year range in copyright messages
         o upgraded build environment to GNU autoconf 2.61

  Changes between 1.3.0 and 1.3.1
  -------------------------------
  051005 o upgraded GNU shtool from 2.0.1 to 2.0.3
         o adjusted year range in copyright messages

  Changes between 1.2.0 and 1.3.0
  -------------------------------
  040911 o upgraded GNU shtool from 1.6.2 to 2.0.1
         o upgraded build environment to GNU autoconf 2.59
  200404 o upgraded GNU shtool from 1.6.0 to 1.6.2
         o fixed years in copyright
  2002xx o upgraded GNU shtool from 1.5.0 to 1.6.0
         o fixed years in copyright
  2000xx o upgraded GNU shtool from 1.3.0 to 1.5.0
         o fixed years in copyright
  990530 o fixed iselect.pod: %s[ -> %[
  990622 o fixed type conversion [Mark A. Hershberger <mah@everybody.org>]
2013-06-16 12:38:43 +00:00

25 lines
688 B
Makefile

# $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"