diff options
Diffstat (limited to 'print/pips2200/Makefile')
-rw-r--r-- | print/pips2200/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/print/pips2200/Makefile b/print/pips2200/Makefile new file mode 100644 index 000000000000..5f42dbc264f5 --- /dev/null +++ b/print/pips2200/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: pips for EPSON PM-2200C +# 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}/ +MASTERDIR= ${.CURDIR}/../pips800 +COMMENT= ${.CURDIR}/pkg-comment +DESCR= ${.CURDIR}/pkg-descr +PRTYPE= 2200 + +.include "${MASTERDIR}/Makefile" |