freebsd-ports/science/dcl/Makefile
Beech Rintoul f47e1485b8 - Update to 5.4.5
PR:		ports/169030
Submitted by:	Shin-ya Murakami <murashin@gfd-dennou.org> (maintainer)
2012-06-14 05:15:47 +00:00

41 lines
957 B
Makefile

# New ports collection makefile for: DCL
# Date created: 30 January 2005
# Whom: Shin'ya Murakami <murakami@ahs.scitec.kobe-u.ac.jp>
#
# $FreeBSD$
#
PORTNAME= dcl
PORTVERSION= 5.4.5
CATEGORIES= science graphics
MASTER_SITES= http://www.gfd-dennou.org/library/dcl/ \
http://dennou-h.gfd-dennou.org/library/dcl/ \
http://dennou-q.gfd-dennou.org/library/dcl/
MAINTAINER= murashin@gfd-dennou.org
COMMENT= Scientific graphic library for geoscience
USE_XORG= x11 xext
USE_FORTRAN= yes
USE_GNOME= gtk20 gdkpixbuf2
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX} --with-x
PORTDOCS= CHECK CREDITS HISTORY README
PORTEXAMPLES= *
RESTRICTED= No commercial use
post-install:
.if !defined(NOPORTEXAMPLES)
@${MKDIR} ${EXAMPLESDIR}
(cd ${WRKSRC}/demo/ && ${COPYTREE_SHARE} \* ${EXAMPLESDIR})
.endif
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for i in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}/
.endfor
.endif
.include <bsd.port.mk>