freebsd-ports/cad/xcircuit/Makefile
Steve Price b0a1283da3 Update to version 2.0a10.
PR:		13596
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
1999-09-25 17:27:27 +00:00

30 lines
612 B
Makefile

# New ports collection makefile for: xcircuit
# Version required: 2.0a10
# Date created: 3 Apr 1998
# Whom: giffunip@asme.org
#
# $FreeBSD$
#
DISTNAME= xcircuit-2.0a10
CATEGORIES= cad
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
ftp://bach.ece.jhu.edu/pub/tim/
MASTER_SITE_SUBDIR= apps/circuits
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
USE_IMAKE= yes
XMKMF= xmkmf
MAN1= xcircuit.1
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/examples/xcircuit
${INSTALL_DATA} ${WRKSRC}/examples/* ${PREFIX}/share/examples/xcircuit
.endif
.include <bsd.port.mk>