mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
55ce548db4
PR: 16274 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
29 lines
597 B
Makefile
29 lines
597 B
Makefile
# New ports collection makefile for: xcircuit
|
|
# Version required: 2.0b3
|
|
# Date created: 3 Apr 1998
|
|
# Whom: giffunip@asme.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= xcircuit-2.0b3
|
|
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
|
|
|
|
USE_BZIP2= yes
|
|
USE_IMAKE= yes
|
|
XMKMF= xmkmf
|
|
|
|
MAN1= xcircuit.1
|
|
|
|
post-install:
|
|
@${MKDIR} ${PREFIX}/share/examples/xcircuit
|
|
${INSTALL_DATA} ${WRKSRC}/examples/* ${PREFIX}/share/examples/xcircuit
|
|
|
|
.include <bsd.port.mk>
|