1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/cad/xcircuit/Makefile
Chris Piazza 65c5ff4ee0 Update the secondary MASTER_SITE
PR:		14061
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
1999-10-05 17:10:06 +00:00

31 lines
621 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/xcircuit/
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>