aboutsummaryrefslogtreecommitdiffstats
path: root/converters/enca/Makefile
blob: 35119f92d65f9a8d445373a36ec7027011b03898 (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
# Ports collection makefile for:  enca
# Date created:           Fri Sep 20, 2002
# Whom:               Alexandr Kovalenko <never@nevermind.kiev.ua>
#
# $FreeBSD$
#

PORTNAME=   enca
PORTVERSION=    0.10.3
CATEGORIES= converters textproc
MASTER_SITES=   http://web.dkm.cz/yeti/enca/

MAINTAINER= never@nevermind.kiev.ua

LIB_DEPENDS=    iconv.3:${PORTSDIR}/converters/libiconv

USE_BZIP2=  yes
USE_GMAKE=  yes
USE_LIBTOOL=    yes
INSTALLS_SHLIB= yes
CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc/enca \
        --without-librecode \
        --with-libiconv=${LOCALBASE}

MAN1=   enca.1
MLINKS= enca.1 enconv.1

.include <bsd.port.mk>