blob: f857f99859218fc6cdbd1236feaeab0e0d428ca0 (
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
|
# New ports collection makefile for: xcircuit
# Date created: 3 Apr 1998
# Whom: giffunip@asme.org
#
# $FreeBSD$
#
PORTNAME= xcircuit
PORTVERSION= 2.1b7
CATEGORIES= cad
MASTER_SITES= http://bach.ece.jhu.edu/~tim/programs/xcircuit/archive/
MAINTAINER= ports@FreeBSD.org
RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript55
USE_BZIP2= yes
USE_IMAKE= yes
USE_XPM= yes
XMKMF= xmkmf
MAN1= xcircuit.1
post-install:
@${MKDIR} ${PREFIX}/share/examples/xcircuit
${TAR} -C ${WRKSRC}/examples --exclude CVS -cf - . | \
${TAR} -C ${PREFIX}/share/examples/xcircuit --unlink -xf -
.include <bsd.port.mk>
|