freebsd-ports/textproc/uni2ascii/Makefile

33 lines
720 B
Makefile
Raw Normal View History

# New ports collection makefile for: uni2ascii
# Date created: 12 Sep 2005
# Whom: Emanuel Haupt <ehaupt@critical.ch>
#
# $FreeBSD$
#
PORTNAME= uni2ascii
2009-08-05 10:16:40 +02:00
PORTVERSION= 4.14
CATEGORIES= textproc
2006-05-16 18:10:55 +02:00
MASTER_SITES= http://billposer.org/Software/Downloads/ \
2008-03-27 20:27:34 +01:00
CRITICAL
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Convert between UTF-8 Unicode and 7-bit ASCII equivalents
GNU_CONFIGURE= yes
2006-05-16 18:10:55 +02:00
USE_BZIP2= yes
2009-03-27 10:53:36 +01:00
MAKE_JOBS_SAFE= yes
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}"
MAN1= uni2ascii.1 ascii2uni.1
2005-10-25 23:58:10 +02:00
PLIST_FILES= bin/uni2ascii bin/ascii2uni
do-install:
.for f in ${PORTNAME} ascii2uni
${INSTALL_PROGRAM} ${WRKSRC}/${f} ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/${f}.1 ${MAN1PREFIX}/man/man1
.endfor
.include <bsd.port.mk>