mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
22696635ad
PR: 23757 Submitted by: Ports Fury
30 lines
601 B
Makefile
30 lines
601 B
Makefile
# New ports collection makefile for: xcircuit
|
|
# Date created: 3 Apr 1998
|
|
# Whom: giffunip@asme.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xcircuit
|
|
PORTVERSION= 2.2.0
|
|
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>
|