freebsd-ports/converters/xunicode/Makefile
Akinori MUSHA 02285a83e4 Update to 0.3.1. Now xunicode is a set of source files that toolkits
internalize instead of a library to link with.
2001-02-24 20:20:13 +00:00

24 lines
489 B
Makefile

# New ports collection makefile for: XUnicode
# Date created: 25 Aug 2000
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
PORTNAME= xunicode
PORTVERSION= 0.3.1
CATEGORIES= converters x11
MASTER_SITES= http://www.ab.wakwak.com/~tino/jatk/
MAINTAINER= knu@FreeBSD.org
USE_X_PREFIX= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
NO_BUILD= yes
do-install:
${MKDIR} ${PREFIX}/include/xunicode
${INSTALL_DATA} ${WRKSRC}/*.[ch] ${PREFIX}/include/xunicode/
.include <bsd.port.mk>