aboutsummaryrefslogtreecommitdiffstats
path: root/converters/siconv/Makefile
blob: f4d854d3978bc6a81501931261e571019a6be505 (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
# ex:ts=8
# New ports collection makefile for:    siconv
# Date created:         Mar 27, 2001
# Whom:             Ying-Chieh Liao <ijliao@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   siconv
PORTVERSION=    0.2
PORTREVISION=   1
CATEGORIES= converters
MASTER_SITES=   http://www.technocage.com/~caskey/siconv/download/

MAINTAINER= ijliao@FreeBSD.org
COMMENT=    Convert data from one character set to another

USE_ICONV=  yes
PLIST_FILES=    bin/siconv

do-build:
    ${CC} ${CFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib -o ${WRKSRC}/siconv ${WRKSRC}/siconv.c -liconv

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/siconv ${PREFIX}/bin

.include <bsd.port.mk>