freebsd-ports/vietnamese/vis2u/Makefile
Tobias C. Berner d1ec75b624 vietnamese: remove 'Created by' lines
A big Thank You to the original contributors of these ports:

  *  Alexander Yerenkow <yerenkow@gmail.com>
  *  David O'Brien (obrien@NUXI.com)
  *  David O'Brien (obrien@cs.ucdavis.edu)
  *  David O'Brien <obrien@NUXI.com>
  *  Thierry Thomas <thierry@pompo.net>
  *  chinsan

With hat:	portmgr
2022-07-20 16:23:18 +02:00

22 lines
424 B
Makefile

PORTNAME= vis2u
PORTVERSION= 1.0
CATEGORIES= vietnamese textproc
MASTER_SITES= LOCAL/obrien
DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g}
MAINTAINER= ports@FreeBSD.org
COMMENT= VISCII->Unicode conversion
USES= zip
NO_WRKSUBDIR= yes
PLIST_FILES= bin/vis2u
do-build:
${CC} -x c ${CFLAGS} ${WRKSRC}/VIS2U.C -o ${WRKSRC}/vis2u
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/vis2u ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>