freebsd-ports/textproc/openvanilla-framework/Makefile
Cheng-Lung Sung 482f5c945c - Update ports textproc/openvanilla-framework, textproc/scim-openvanilla, and
textproc/openvanilla-modules to 0.7.2.b20060214.

PR:		ports/93364
Submitted by:	maintainer
2006-03-23 08:24:34 +00:00

25 lines
620 B
Makefile

# New ports collection makefile for: openvanilla-framework
# Date Created: 3 September 2005
# Whom: Leland Wang <llwang@infor.org>
#
# $FreeBSD$
#
PORTNAME= openvanilla-framework
PORTVERSION= 0.7.2.b20060214
CATEGORIES= textproc
MASTER_SITES= http://www.csie.org/~llwang/ \
http://www.infor.org/~llwang/
DISTNAME= openvanilla-${PORTVERSION}
MAINTAINER= llwang@infor.org
COMMENT= Development header files for OpenVanilla
USE_X_PREFIX= yes
NO_BUILD= yes
do-install:
@${MKDIR} ${PREFIX}/include/OpenVanilla
@${INSTALL_DATA} ${WRKSRC}/Framework/Headers/* ${PREFIX}/include/OpenVanilla
.include <bsd.port.mk>