diff options
Diffstat (limited to 'textproc/openvanilla-framework/Makefile')
-rw-r--r-- | textproc/openvanilla-framework/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/textproc/openvanilla-framework/Makefile b/textproc/openvanilla-framework/Makefile new file mode 100644 index 000000000000..93f54b894e07 --- /dev/null +++ b/textproc/openvanilla-framework/Makefile @@ -0,0 +1,25 @@ +# 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.1.20050902 +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}/Headers/* ${PREFIX}/include/OpenVanilla + +.include <bsd.port.mk> |