diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 2000-09-01 16:40:02 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 2000-09-01 16:40:02 +0000 |
commit | 3491673a6ceef9b16d86c597a63483b18ce9a4a3 (patch) | |
tree | a7de144cb49ed3850bc6756ff54b3e62b01674eb /print/pips770/Makefile | |
parent | 7def4810434d4cc228a8fd30daeebcbb4664a6f2 (diff) | |
download | ports-3491673a6ceef9b16d86c597a63483b18ce9a4a3.tar.gz ports-3491673a6ceef9b16d86c597a63483b18ce9a4a3.zip |
Notes
Diffstat (limited to 'print/pips770/Makefile')
-rw-r--r-- | print/pips770/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/print/pips770/Makefile b/print/pips770/Makefile new file mode 100644 index 000000000000..05eb5a2c8fe1 --- /dev/null +++ b/print/pips770/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: pips for EPSON PM-770C +# Version required: 1.0 +# Date created: 00/04/21 +# Whom: Satoshi Taoka <taoka@FreeBSD.org> +# +# $FreeBSD$ +# + +MASTER_SITES= http://www.epkowa.on.arena.ne.jp/pips/data/${PRTYPE}/ +MASTERDIR= ${.CURDIR}/../pips800 +COMMENT= ${.CURDIR}/pkg/COMMENT +DESCR= ${.CURDIR}/pkg/DESCR +PRTYPE= 770 + +.include "${MASTERDIR}/Makefile" |