1998-05-18 04:20:25 +00:00
|
|
|
# New ports collection makefile for: xcircuit
|
|
|
|
# Version required: 1.7
|
|
|
|
# Date created: 3 Apr 1998
|
|
|
|
# Whom: giffunip@asme.org
|
|
|
|
#
|
1998-11-21 07:27:41 +00:00
|
|
|
# $Id: Makefile,v 1.3 1998/09/16 02:24:58 steve Exp $
|
1998-05-18 04:20:25 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= xcircuit-1.7
|
1998-11-21 07:27:41 +00:00
|
|
|
CATEGORIES= cad
|
1998-05-18 04:20:25 +00:00
|
|
|
MASTER_SITES= ftp://bach.ece.jhu.edu/pub/tim/ \
|
|
|
|
${MASTER_SITE_SUNSITE}
|
1998-05-25 21:03:04 +00:00
|
|
|
MASTER_SITE_SUBDIR=apps/circuits
|
1998-05-18 04:20:25 +00:00
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.ORG
|
|
|
|
|
|
|
|
USE_IMAKE= yes
|
|
|
|
XMKMF= xmkmf
|
|
|
|
ALL_TARGET=
|
|
|
|
INSTALL_TARGET= install install.man
|
|
|
|
|
1998-09-16 02:25:06 +00:00
|
|
|
MAN1= xcircuit.1
|
|
|
|
|
1998-05-18 04:20:25 +00:00
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
${MKDIR} ${PREFIX}/share/examples/xcircuit
|
|
|
|
${CP} ${WRKSRC}/examples/*.ps ${PREFIX}/share/examples/xcircuit
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|