diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 2000-12-11 10:39:32 +0800 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 2000-12-11 10:39:32 +0800 |
commit | c99ba8b165bcbebc99c508922753e4f919a6b5a5 (patch) | |
tree | 8a8df2a783ed62d224fb56fe58a6c1532b4fac69 /print/pips670/Makefile | |
parent | fcf5f0e7961a73bb72cb726023ca71209cf925ca (diff) | |
download | freebsd-ports-gnome-c99ba8b165bcbebc99c508922753e4f919a6b5a5.tar.gz freebsd-ports-gnome-c99ba8b165bcbebc99c508922753e4f919a6b5a5.tar.zst freebsd-ports-gnome-c99ba8b165bcbebc99c508922753e4f919a6b5a5.zip |
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 000000000000..803f1abd1d94 --- /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" |