1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/converters/siconv/Makefile
Maxim Sobolev 47828d0fce Fix another few places where giconv used instead of iconv.
PR:		36059, 36063, 36082
Submitted by:	Joe Marcus Clarke <marcus@marcuscom.com>
2002-03-19 12:52:55 +00:00

26 lines
579 B
Makefile

# 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
LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv
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>