pkgsrc/converters/autoconvert/Makefile
rillig b5524ea599 converters: align variable assignments
pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
2019-11-03 17:14:24 +00:00

23 lines
603 B
Makefile

# $NetBSD: Makefile,v 1.16 2019/11/03 17:14:24 rillig Exp $
DISTNAME= autoconvert-0.3.13
PKGREVISION= 2
CATEGORIES= converters
MASTER_SITES= http://people.debian.org/~ygh/
MAINTAINER= rxg@NetBSD.org
#HOMEPAGE= http://banyan.dlut.edu.cn/~ygh/
COMMENT= Intelligent Chinese encoding converter
USE_LIBTOOL= yes
USE_TOOLS+= gmake
AUTO_MKDIRS= yes
INSTALLATION_DIRS= share/examples/autoconvert
post-install:
${INSTALL_DATA} ${WRKSRC}/procmailrc.example ${WRKSRC}/shed.* \
${DESTDIR}${PREFIX}/share/examples/autoconvert
.include "../../devel/libgetopt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"