diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2004-08-30 15:13:30 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2004-08-30 15:13:30 +0000 |
commit | 12309b20d41dcb3f9f96d0f92f53defaab000688 (patch) | |
tree | 1abab0a6621f7a54152e425f569982d7feb18243 /print/pips-sc84_83s/Makefile | |
parent | e96a350fe4fc2875d570973ada6072ca2950c4e0 (diff) |
Notes
Diffstat (limited to 'print/pips-sc84_83s/Makefile')
-rw-r--r-- | print/pips-sc84_83s/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/print/pips-sc84_83s/Makefile b/print/pips-sc84_83s/Makefile new file mode 100644 index 000000000000..6d89d8126110 --- /dev/null +++ b/print/pips-sc84_83s/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: pips for EPSON Stylus C84/C83 Series +# Date created: 2004.08.29 +# Whom: Hajimu UMEMOTO <ume@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTVERSION= 2.6.2 +MASTERDIR= ${.CURDIR}/../pips800 +COMMENT= Photo Image Print System for Linux --- EPSON Stylus C84/C83 Series + +PRTYPE= -sc84_83s + +PATCH_PRN= BAND.PRN BAND.PRN.COLOR PATCH.PRN PATCH.PRN.COLOR + +.include "${MASTERDIR}/Makefile.pips" |