opnsense-ports/textproc/openvanilla-framework/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

20 lines
478 B
Makefile

# 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>