mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
6c450aae0f
Submitted by: Josh Gilliam <josh@quick.net>
31 lines
642 B
Makefile
31 lines
642 B
Makefile
# New ports collection makefile for: xcircuit
|
|
# Version required: 1.7
|
|
# Date created: 3 Apr 1998
|
|
# Whom: giffunip@asme.org
|
|
#
|
|
# $Id: Makefile,v 1.3 1998/09/16 02:24:58 steve Exp $
|
|
#
|
|
|
|
DISTNAME= xcircuit-1.7
|
|
CATEGORIES= cad
|
|
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>
|