mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
f18d9822f1
Closes PR #2237. Submitted by: Pedro Giffuni <pgiffuni@FPS.biblos.unal.edu.co>
30 lines
661 B
Makefile
30 lines
661 B
Makefile
# New ports collection makefile for: FElt
|
|
# Version required: 3.01
|
|
# Date created: 19 October 1996
|
|
# Whom:
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
DISTNAME= felt-3.01
|
|
CATEGORIES= cad
|
|
MASTER_SITES= http://www-cse.ucsd.edu/users/atkinson/FElt/Binaries/ \
|
|
ftp://lucy.ifi.unibas.ch/unix/general/
|
|
EXTRACT_SUFX= .src.tar.gz
|
|
|
|
MAINTAINER= pgiffuni@FPS.biblos.unal.edu.co
|
|
|
|
WRKSRC= ${WRKDIR}/FElt-3.00
|
|
HAS_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --prefix="${PREFIX}"
|
|
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.00.ps.gz
|
|
|
|
post-patch:
|
|
rm -f $(WRKSRC)/lib/Geompack/*.c
|
|
|
|
.include <bsd.port.mk>
|