freebsd-ports/cad/xcircuit/Makefile
Chris D. Faulhaber 82795ec8b0 Update port to 2.0b4
PR:		17459
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-03-20 21:43:03 +00:00

32 lines
728 B
Makefile

# New ports collection makefile for: xcircuit
# Version required: 2.0b4
# Date created: 3 Apr 1998
# Whom: giffunip@asme.org
#
# $FreeBSD$
#
DISTNAME= xcircuit-2.0b4
CATEGORIES= cad
MASTER_SITES= ftp://bach.ece.jhu.edu/pub/tim/xcircuit/ \
http://bach.ece.jhu.edu/~tim/programs/xcircuit/archive/
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript55
USE_BZIP2= yes
USE_IMAKE= yes
XMKMF= xmkmf
MAN1= xcircuit.1
post-patch:
@${PERL} -pi -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/Imakefile
post-install:
@${MKDIR} ${PREFIX}/share/examples/xcircuit
${INSTALL_DATA} ${WRKSRC}/examples/* ${PREFIX}/share/examples/xcircuit
.include <bsd.port.mk>