diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2004-08-30 15:16:41 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2004-08-30 15:16:41 +0000 |
commit | fb037f2ad229931e67837c94fcd0edd40dd5bcc5 (patch) | |
tree | 924d01cc7ac76ef10d1a2e63a9f2c6494558b5e8 /print/pips-spr200_210/Makefile | |
parent | ec84177d6eabe2b6e9953478067da2f8655097a1 (diff) | |
download | ports-fb037f2ad229931e67837c94fcd0edd40dd5bcc5.tar.gz ports-fb037f2ad229931e67837c94fcd0edd40dd5bcc5.zip |
Notes
Diffstat (limited to 'print/pips-spr200_210/Makefile')
-rw-r--r-- | print/pips-spr200_210/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/print/pips-spr200_210/Makefile b/print/pips-spr200_210/Makefile new file mode 100644 index 000000000000..9b6298b8f996 --- /dev/null +++ b/print/pips-spr200_210/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: pips for EPSON Stylus Photo R200/R210 +# Date created: 2004.08.30 +# Whom: Hajimu UMEMOTO <ume@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTVERSION= 2.6.2 +MASTERDIR= ${.CURDIR}/../pips800 +COMMENT= Photo Image Print System for Linux --- EPSON Stylus Photo R200/R210 + +PRTYPE= -spr200_210 + +PATCH_PRN= PATCH.PRN PATCH.PRN.COLOR + +.include "${MASTERDIR}/Makefile.pips" |