freebsd-ports/math/qtiplot-doc/Makefile
Rong-En Fan 9fff2eb514 - Update to 0.9.4
PR:		ports/122228
Submitted by:	Max Brazhnikov <makc at issp.ac.ru> (maintainer)
2008-04-02 09:07:24 +00:00

26 lines
509 B
Makefile

# New ports collection makefile for: qtiplot-doc
# Date created: 2006-09-08
# Whom: Max Brazhnikov <makc@issp.ac.ru>
#
# $FreeBSD$
#
PORTNAME= qtiplot-doc
PORTVERSION= 0.9.4
CATEGORIES= math
MASTER_SITES= BERLIOS
MASTER_SITE_SUBDIR= qtiplot
DISTNAME= qtiplot-manual-en
MAINTAINER= makc@issp.ac.ru
COMMENT= The QtiPlot Handbook
USE_BZIP2= yes
NO_BUILD= yes
DATADIR= ${PREFIX}/share/qtiplot/manual
do-install:
${MKDIR} ${DATADIR}
cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${DATADIR}
.include <bsd.port.mk>