1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/cad/xcircuit/Makefile

31 lines
621 B
Makefile
Raw Normal View History

# New ports collection makefile for: xcircuit
# Version required: 2.0a10
# Date created: 3 Apr 1998
# Whom: giffunip@asme.org
#
1999-08-25 04:58:03 +00:00
# $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
1999-07-14 18:47:33 +00:00
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>