diff options
author | taoka <taoka@FreeBSD.org> | 2000-12-11 02:39:32 +0000 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 2000-12-11 02:39:32 +0000 |
commit | 91a794662da7edcebca8c9594da96dfd6c41a1ee (patch) | |
tree | fafd68afb420d1c1a8dd1c2a84ad7668f05bb9b1 /print/pips670/Makefile | |
parent | f549fe92007b1f1954a054cd68f3181446ca00bc (diff) | |
download | FreeBSD-ports-91a794662da7edcebca8c9594da96dfd6c41a1ee.zip FreeBSD-ports-91a794662da7edcebca8c9594da96dfd6c41a1ee.tar.gz |
Photo Image Print System for Linux --- EPSON PM-670C
Diffstat (limited to 'print/pips670/Makefile')
-rw-r--r-- | print/pips670/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/print/pips670/Makefile b/print/pips670/Makefile new file mode 100644 index 0000000..803f1ab --- /dev/null +++ b/print/pips670/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: pips for EPSON PM-670C +# Date created: 2000.12.09 +# 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= 670 + +.include "${MASTERDIR}/Makefile" |