diff options
Diffstat (limited to 'print/pips750_2000/Makefile')
-rw-r--r-- | print/pips750_2000/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/print/pips750_2000/Makefile b/print/pips750_2000/Makefile new file mode 100644 index 000000000000..c2b018723cb4 --- /dev/null +++ b/print/pips750_2000/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: pips for EPSON PM-750C PM-2000C +# Date created: 2000.11.07 +# Whom: Satoshi Taoka <taoka@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= print linux +PORTVERSION= 1.3 +#MASTER_SITES= http://www.epkowa.on.arena.ne.jp/pips/data/${PRTYPE}/ +MASTER_SITES= http://www.epkowa.on.arena.ne.jp/pips/data/750/ +MASTERDIR= ${.CURDIR}/../pips800 +COMMENT= ${.CURDIR}/pkg-comment +DESCR= ${.CURDIR}/pkg-descr +PRTYPE= 750_2000 + +.include "${MASTERDIR}/Makefile" |