freebsd-ports/devel/icmake/pkg-plist
Gabor Pali 9b9d65f6af Icmake is a hybrid between a 'make' utility and a 'shell script'
language.  Originally, it was concocted to provide a useful tool for
automatic program maintenance and system administrative tasks on MS-DOS
platforms.  Later on, Icmake was eventually ported to Unix platforms
(SCO and Linux).  By now Icmake also runs on a HP-Unix platform.

Approved by:	tabthorpe
2009-03-09 16:15:06 +00:00

25 lines
974 B
Text

@comment $FreeBSD$
bin/icmake
bin/icmun
share/icmake-%%PORTVERSION%%/parser/gramspec/grambuild
share/icmake-%%PORTVERSION%%/parser/gramspec/header.gr0
share/icmake-%%PORTVERSION%%/parser/gramspec/startrule.gr0
share/icmake-%%PORTVERSION%%/parser/grammar
share/icmake-%%PORTVERSION%%/scanner/lexer
share/icmake-%%PORTVERSION%%/scanner/scanner.h
share/icmake-%%PORTVERSION%%/scanner/scanner.ih
share/icmake-%%PORTVERSION%%/CLASSES
share/icmake-%%PORTVERSION%%/icmconf
share/icmake-%%PORTVERSION%%/icmstart.rc
share/icmake-%%PORTVERSION%%/main.cc
share/icmake-%%PORTVERSION%%/main.ih
share/icmake-%%PORTVERSION%%/usage.cc
share/icmake-%%PORTVERSION%%/version.cc
lib/icmake-%%PORTVERSION%%/icm-comp
lib/icmake-%%PORTVERSION%%/icm-exec
lib/icmake-%%PORTVERSION%%/icm-pp
@dirrm share/icmake-%%PORTVERSION%%/parser/gramspec
@dirrm share/icmake-%%PORTVERSION%%/parser
@dirrm share/icmake-%%PORTVERSION%%/scanner
@dirrm share/icmake-%%PORTVERSION%%
@dirrm lib/icmake-%%PORTVERSION%%