1d92b2fa0c
ChangeLog: 3.18: 2017-08-01 Fix a packaging error, include NEWS in the tarball. 3.17: 2017-07-31 Add -b option to generate a table with binary code-points. 3.16: 2017-07-18 Add -a option to print in 4-column mode. 0-fill fix and octal code-point literals.
28 lines
644 B
Makefile
28 lines
644 B
Makefile
# $NetBSD: Makefile,v 1.19 2020/03/07 18:31:03 fcambus Exp $
|
|
#
|
|
|
|
DISTNAME= ascii-3.18
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.catb.org/~esr/ascii/
|
|
COMMENT= ASCII character table program
|
|
LICENSE= modified-bsd
|
|
|
|
USE_TOOLS= gmake
|
|
USE_LIBTOOL= yes
|
|
|
|
BUILD_TARGET= ascii
|
|
EGDIR= ${PREFIX}/share/examples/${PKGBASE}
|
|
|
|
SUBST_CLASSES+= prefix
|
|
SUBST_MESSAGE.prefix= Install PATH to ${PREFIX}
|
|
SUBST_FILES.prefix= Makefile
|
|
SUBST_STAGE.prefix= pre-configure
|
|
SUBST_SED.prefix= -e '/PREFIX/s,/usr,${PREFIX},'
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${DESTDIR}${EGDIR}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|