1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/textproc/iiimf-headers/Makefile
Cheng-Lung Sung bcd3b471a6 - maintainer lost his motivation
PR:		ports/104607
Submitted by:	Masanori OZAWA<ozawa_AT_ongs dot co dot jp>
2006-12-07 09:15:12 +00:00

31 lines
804 B
Makefile

# New ports collection makefile for: iiimf-headers
# Date created: 6 Dec 2003
# Whom: Kuang-che Wu <kcwu@csie.org>
#
# $FreeBSD$
#
PORTNAME= headers
PORTVERSION= 12.2
CATEGORIES= textproc
MASTER_SITES= http://www.openi18n.org/download/im-sdk/src/
PKGNAMEPREFIX= iiimf-
DISTNAME= iiimf-src-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Header files for Internet/Intranet Input Method Framework
WRKSRC= ${WRKDIR}/${DISTNAME:S/src-//}
USE_BZIP2= yes
NO_BUILD= yes
do-install:
${MKDIR} ${PREFIX}/include/iiim
.for file in IMArg.h IMCharSubsets.h IMProtocolStruct.h syscfg.h threaddef.h
${INSTALL_DATA} ${WRKSRC}/include/${file} ${PREFIX}/include/iiim
.endfor
${MKDIR} ${PREFIX}/include/iiim/iml
${INSTALL_DATA} ${WRKSRC}/include/iml/*.h ${PREFIX}/include/iiim/iml
.include <bsd.port.mk>