2006-01-20 09:07:05 +01:00
|
|
|
# New ports collection makefile for: openvanilla-framework
|
|
|
|
# Date Created: 3 September 2005
|
|
|
|
# Whom: Leland Wang <llwang@infor.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= openvanilla-framework
|
2007-05-27 10:55:56 +02:00
|
|
|
PORTVERSION= 0.7.2.20070514
|
2006-01-20 09:07:05 +01:00
|
|
|
CATEGORIES= textproc
|
2007-05-27 10:55:56 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
|
|
MASTER_SITE_SUBDIR= rafan
|
2006-01-20 09:07:05 +01:00
|
|
|
DISTNAME= openvanilla-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= llwang@infor.org
|
|
|
|
COMMENT= Development header files for OpenVanilla
|
|
|
|
|
|
|
|
NO_BUILD= yes
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
@${MKDIR} ${PREFIX}/include/OpenVanilla
|
2006-03-23 09:24:34 +01:00
|
|
|
@${INSTALL_DATA} ${WRKSRC}/Framework/Headers/* ${PREFIX}/include/OpenVanilla
|
2006-01-20 09:07:05 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|