1c0d3cd7aa
gcc -O3 -I/usr/X11R6/include -I../../include -c xwd.c In file included from xwd.c:27: /usr/include/malloc.h:2: warning: #warning "this file includes <malloc.h> which is deprecated, use <stdlib.h> instead" xwd.c: In function `DumpWidget': xwd.c:68: warning: passing arg 1 of `error' makes integer from pointer without a cast xwd.c:68: too few arguments to function `error' xwd.c:75: warning: passing arg 1 of `error' makes integer from pointer without a cast xwd.c:75: too few arguments to function `error' xwd.c:113: warning: passing arg 1 of `error' makes integer from pointer without a cast xwd.c:113: too few arguments to function `error' xwd.c: In function `Get_XColors': xwd.c:228: warning: passing arg 1 of `error' makes integer from pointer without a cast xwd.c:228: too few arguments to function `error' *** Error code 1
37 lines
918 B
Makefile
37 lines
918 B
Makefile
# New ports collection makefile for: FElt
|
|
# Version required: 3.02
|
|
# Date created: 19 October 1996
|
|
# Whom: Pedro Giffuni
|
|
#
|
|
# $Id: Makefile,v 1.6 1998/02/20 18:39:36 steve 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
|
|
|
|
OSVERSION!= sysctl -n kern.osreldate
|
|
.if ${OSVERSION} >= 300000
|
|
BROKEN= too few arguments to function error
|
|
.endif
|
|
|
|
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>
|