freebsd-ports/math/tvmet/Makefile
Christian Weisgerber 17c3b7e5dc Update to version 1.1.0.
PR:		52933
Submitted by:	Ports Fury
2003-06-06 18:00:14 +00:00

37 lines
733 B
Makefile

# ex:ts=8
# Ports collection makefile for: tvmet
# Date created: Jul 25, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= tvmet
PORTVERSION= 1.1.0
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= Tiny Vector and Matrix template library
USE_BZIP2= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAN1= tvmet-config.1
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for ext in dox cc css h png
${INSTALL_DATA} ${WRKSRC}/doc/*.${ext} ${DOCSDIR}
.endfor
@${MKDIR} ${EXAMPLESDIR}
.for ext in cc
${INSTALL_DATA} ${WRKSRC}/examples/*.${ext} ${EXAMPLESDIR}
.endfor
.endif
.include <bsd.port.mk>