aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/uni2ascii/Makefile
blob: 32cbc479bbb969fae3aead45f5fc4b25732d60d4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# New ports collection makefile for:    uni2ascii
# Date created:             12 Sep 2005
# Whom:                 Emanuel Haupt <ehaupt@critical.ch>
#
# $FreeBSD$
#

PORTNAME=   uni2ascii
PORTVERSION=    3.10
CATEGORIES= textproc
MASTER_SITES=   http://billposer.org/Software/Downloads/ \
        http://critical.ch/distfiles/ \
        http://energy.critical.ch/distfiles/
EXTRACT_SUFX=   .tbz

MAINTAINER= ehaupt@FreeBSD.org
COMMENT=    Convert between UTF-8 Unicode and 7-bit ASCII equivalents

GNU_CONFIGURE=  yes
USE_BZIP2=  yes
MAKE_ARGS=  CC="${CC}" CFLAGS="${CFLAGS}"

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>