1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/converters/utf8conv/Makefile
Mario Sergio Fujikawa Ferreira f5a6ec19d7 o Update to 1.1
o Support NOPORTDOCS
o Add WWW tag

PR:		29437
Submitted by:	Kato Tsuguru <tkato@prontomail.com>
2001-08-08 04:50:53 +00:00

27 lines
525 B
Makefile

# ex:ts=8
# New ports collection makefile for: utf8conv
# Date created: Jul 30, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= utf8conv
PORTVERSION= 1.1
CATEGORIES= converters
MASTER_SITES= http://www.fibrespeed.net/~mbabcock/code/
MAINTAINER= ports@FreeBSD.org
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}"
ALL_TARGET= ${PORTNAME}
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/utf8conv ${PREFIX}/bin
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>