aboutsummaryrefslogtreecommitdiffstats
path: root/cad/xcircuit/Makefile
blob: 81fe5b8d93db8619638fe5dc42f96fd8b672a5e5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# New ports collection makefile for:    xcircuit
# Version required: 1.7
# Date created:     3 Apr 1998
# Whom:         giffunip@asme.org
#
# $Id: Makefile,v 1.2 1998/05/25 21:03:03 fenner Exp $
#

DISTNAME=   xcircuit-1.7
CATEGORIES= cad x11
MASTER_SITES=   ftp://bach.ece.jhu.edu/pub/tim/ \
        ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR=apps/circuits

MAINTAINER=     ports@FreeBSD.ORG

USE_IMAKE=  yes
XMKMF=      xmkmf
ALL_TARGET=
INSTALL_TARGET= install install.man

MAN1=       xcircuit.1

post-install:
.if !defined(NOPORTDOCS)
    ${MKDIR} ${PREFIX}/share/examples/xcircuit
    ${CP} ${WRKSRC}/examples/*.ps ${PREFIX}/share/examples/xcircuit
.endif

.include <bsd.port.mk>