diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 2001-03-08 01:51:06 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 2001-03-08 01:51:06 +0000 |
commit | 00319f585103b5200dc4a381fbb963bf83dc9e17 (patch) | |
tree | ecb5d32a76b7f475184c192f4e9fecf0196fce55 /print/pips3500/Makefile | |
parent | 4a69fe427baddf2344ce9cb01dda078ad3ddbeb9 (diff) | |
download | ports-00319f585103b5200dc4a381fbb963bf83dc9e17.tar.gz ports-00319f585103b5200dc4a381fbb963bf83dc9e17.zip |
Notes
Diffstat (limited to 'print/pips3500/Makefile')
-rw-r--r-- | print/pips3500/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/print/pips3500/Makefile b/print/pips3500/Makefile new file mode 100644 index 000000000000..35e1a8778824 --- /dev/null +++ b/print/pips3500/Makefile @@ -0,0 +1,12 @@ +# New ports collection makefile for: pips for EPSON PM-3500C +# Date created: 2001.02.03 +# Whom: Satoshi Taoka <taoka@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTVERSION= 1.3 +MASTERDIR= ${.CURDIR}/../pips800 +PRTYPE= 3500 + +.include "${MASTERDIR}/Makefile" |