6eaf74562f
20141124: Bumped up version number to 1.1.6 20141124: Properly quote backslashes for tcsh 20141124: Detect ambiguous long options properly Thanks to Klaus Wulff <dinw.klswlff@dfgh.net> 20141123: Create test harnass and tests 20141122: Update translations (sync with util-linux (git 20141120)) 20141120: Update manual page (sync with util-linux (git 20141120)) 20141120: Minor code changes (sync with util-linux (git 20141120))
21 lines
639 B
Makefile
21 lines
639 B
Makefile
# $NetBSD: Makefile,v 1.18 2014/12/01 10:57:02 wiz Exp $
|
|
|
|
DISTNAME= getopt-1.1.6
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://frodo.looijaard.name/system/files/software/getopt/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://frodo.looijaard.name/project/getopt
|
|
COMMENT= Program to help shell scripts parse command-line parameters
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
USE_TOOLS+= gmake
|
|
|
|
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"
|