mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
05dd2ea17f
---When you have a large number of or big layout/schematic/TeX files which have possibly many top cells made by other people, how can you manage those layout/schematic/TeXs? FH is written for that. It can be useful up to your imagination or shell programming skill. FH analyses the hidden hierarchies of those cells and shows you the hierarchy information.
27 lines
559 B
Makefile
27 lines
559 B
Makefile
# Ports collection makefile for: findhier
|
|
# Date created: Sat, Apr 28, 2007
|
|
# Whom: Hiroki Sato <hrs@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= findhier
|
|
PORTVERSION= 1.14
|
|
CATEGORIES= cad
|
|
MASTER_SITES= http://www.iclab.snu.ac.kr/~chilly/Work/CAD/
|
|
DISTNAME= fh${PORTVERSION}
|
|
|
|
MAINTAINER= hrs@FreeBSD.org
|
|
COMMENT= Hierarchy Viewer for magic/CIF/GDSII/PCSTR/GED/TeX
|
|
|
|
NO_WRKSUBDIR= yes
|
|
PLIST_FILES= bin/fh
|
|
|
|
MAN1= fh.1
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/fh ${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/fh.1 ${MAN1PREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|