freebsd-ports/textproc/uni2ascii/Makefile

31 lines
671 B
Makefile
Raw Normal View History

# Created by: Emanuel Haupt <ehaupt@critical.ch>
# $FreeBSD$
PORTNAME= uni2ascii
2011-05-15 12:32:44 +02:00
PORTVERSION= 4.18
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
2011-12-27 16:14:23 +01:00
LICENSE= GPLv3
GNU_CONFIGURE= yes
2006-05-16 18:10:55 +02:00
USE_BZIP2= yes
2009-03-27 10:53:36 +01:00
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
MAN1= uni2ascii.1 ascii2uni.1
2005-10-25 23:58:10 +02:00
PLIST_FILES= bin/uni2ascii bin/ascii2uni
NO_STAGE= yes
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>