freebsd-ports/textproc/uni2ascii/Makefile
Emanuel Haupt b05add0bb9 Fix build on 7.x by removing the dependency to devel/libgetline prior to
800067 and resort to to fgetln().

Notified by:	pointyhat (via beat)
2012-09-03 19:46:41 +00:00

34 lines
757 B
Makefile

# New ports collection makefile for: uni2ascii
# Date created: 12 Sep 2005
# Whom: Emanuel Haupt <ehaupt@critical.ch>
#
# $FreeBSD$
#
PORTNAME= uni2ascii
PORTVERSION= 4.18
CATEGORIES= textproc
MASTER_SITES= http://billposer.org/Software/Downloads/ \
CRITICAL
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Convert between UTF-8 Unicode and 7-bit ASCII equivalents
LICENSE= GPLv3
GNU_CONFIGURE= yes
USE_BZIP2= yes
MAKE_JOBS_SAFE= yes
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
MAN1= uni2ascii.1 ascii2uni.1
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>