aboutsummaryrefslogtreecommitdiff
path: root/textproc/openvanilla-framework/Makefile
blob: 5062ca5f268463f5ecbd89552566c946bf7e8d72 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Leland Wang <llwang@infor.org>
# $FreeBSD$

PORTNAME=	openvanilla-framework
PORTVERSION=	0.7.2.20070514
CATEGORIES=	textproc
MASTER_SITES=	LOCAL/rafan
DISTNAME=	openvanilla-${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Development header files for OpenVanilla

NO_BUILD=	yes

do-install:
	${MKDIR} ${STAGEDIR}${PREFIX}/include/OpenVanilla
	${INSTALL_DATA} ${WRKSRC}/Framework/Headers/* \
		${STAGEDIR}${PREFIX}/include/OpenVanilla

.include <bsd.port.mk>