mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
34 lines
847 B
Makefile
34 lines
847 B
Makefile
# New ports collection makefile for: FElt
|
|
# Version required: 3.02
|
|
# Date created: 19 October 1996
|
|
# Whom: Pedro Giffuni
|
|
#
|
|
# $Id: Makefile,v 1.8 1998/10/21 21:05:11 asami Exp $
|
|
#
|
|
|
|
DISTNAME= felt-3.02
|
|
CATEGORIES= cad
|
|
MASTER_SITES= http://www-cse.ucsd.edu/users/atkinson/FElt/Binaries/ \
|
|
ftp://ftp.isd.uni-stuttgart.de/pub/src/FEM/FElt/
|
|
EXTRACT_SUFX= .src.tar.gz
|
|
|
|
MAINTAINER= giffunip@asme.org
|
|
|
|
BROKEN= too few arguments to function error
|
|
|
|
WRKSRC= ${WRKDIR}/FElt-3.02
|
|
GNU_CONFIGURE= yes
|
|
MAN1= burlap.1 corduroy.1 felt.1 patchwork.1 velvet.1 yardstick.1
|
|
MAN3= Drawing.3
|
|
MAN4= corduroy.4 felt.4
|
|
#DOCS= ftp://cs.ucsd.edu/pub/felt/felt-3.02.ps.gz
|
|
|
|
post-patch:
|
|
${RM} -f ${WRKSRC}/lib/Geompack/*.c
|
|
|
|
post-install:
|
|
${MKDIR} ${PREFIX}/share/examples/FElt
|
|
${CP} ${WRKSRC}/examples/* ${PREFIX}/share/examples/FElt
|
|
|
|
.include <bsd.port.mk>
|