diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2004-08-26 19:28:44 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2004-08-26 19:28:44 +0000 |
commit | 2239303a6868a24f5b6d8f84da41a34f79622648 (patch) | |
tree | 0f26d1dc4da3abc5fa28976ff9559634f4327745 /print/pips4000/Makefile | |
parent | add slave port for Photo Image Print System for Linux --- EPSON PM-740C (diff) |
add slave port for Photo Image Print System for Linux --- EPSON PM-4000PX
Diffstat (limited to 'print/pips4000/Makefile')
-rw-r--r-- | print/pips4000/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/print/pips4000/Makefile b/print/pips4000/Makefile new file mode 100644 index 000000000000..ea0cc82c4a2c --- /dev/null +++ b/print/pips4000/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: pips for EPSON PM-4000PX +# Date created: 2004.08.22 +# Whom: Hajimu UMEMOTO <ume@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTVERSION= 2.6.2 +MASTERDIR= ${.CURDIR}/../pips800 +COMMENT= Photo Image Print System for Linux --- EPSON PM-4000PX + +PRTYPE= 4000 + +PATCH_PRN= PATCH.PRN.COLOR PATCH.PRN.COLOR.2 PATCH.PRN.COLOR.3 + +.include "${MASTERDIR}/Makefile.pips" |