pkgsrc/misc/getopt/Makefile
wiz 9a9a08151e Update to 1.1.4:
20051107: Bumped up version number to 1.1.4
20051107: Makefile: package target
20051107: Changed email and website to current ones
20051107: Fixed a few typos in the manpage (sync with util-linux (2.12r)
2008-01-15 23:59:09 +00:00

25 lines
701 B
Makefile

# $NetBSD: Makefile,v 1.10 2008/01/15 23:59:09 wiz Exp $
#
DISTNAME= getopt-1.1.4
CATEGORIES= misc
MASTER_SITES= http://software.frodo.looijaard.name/getopt/files/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://software.frodo.looijaard.name/getopt/
COMMENT= Program to help shell scripts parse command-line parameters
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_TOOLS+= gmake
PKG_DESTDIR_SUPPORT= user-destdir
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/getopt ${DESTDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/getopt.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"