diff options
author | tg <tg@FreeBSD.org> | 1996-05-23 16:17:41 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1996-05-23 16:17:41 +0800 |
commit | 449cd2a9e7e55957a81f54deffc7f01265cf00b5 (patch) | |
tree | 106441d5075c7a631a4ab4dbc0e4119e1618d997 /cad/spice/files/Makefile | |
parent | 0f3e0e55dfbf8e03db468209a2b2ede241b6da97 (diff) | |
download | freebsd-ports-gnome-449cd2a9e7e55957a81f54deffc7f01265cf00b5.tar.gz freebsd-ports-gnome-449cd2a9e7e55957a81f54deffc7f01265cf00b5.tar.zst freebsd-ports-gnome-449cd2a9e7e55957a81f54deffc7f01265cf00b5.zip |
Finally, a port of the famous circuit simulation system.
Submitted by: Julian Jenkins <kaveman@magna.com.au>
Diffstat (limited to 'cad/spice/files/Makefile')
-rw-r--r-- | cad/spice/files/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/cad/spice/files/Makefile b/cad/spice/files/Makefile new file mode 100644 index 000000000000..15c041ef2099 --- /dev/null +++ b/cad/spice/files/Makefile @@ -0,0 +1,11 @@ + +all: + util/build FreeBSD default + +install: + util/build FreeBSD install + gzip < man/man5/mfbcap.5 > ${PREFIX}/man/man5/mfbcap.5.gz + gzip < man/man1/sconvert.1 > ${PREFIX}/man/man1/sconvert.1.gz + gzip < man/man1/nutmeg.1 > ${PREFIX}/man/man1/nutmeg.1.gz + gzip < man/man1/spice.1 > ${PREFIX}/man/man1/spice.1.gz + gzip < man/man3/mfb.3 > ${PREFIX}/man/man3/mfb.3.gz |