diff options
author | ume <ume@FreeBSD.org> | 2004-08-27 03:17:49 +0800 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2004-08-27 03:17:49 +0800 |
commit | b5d1fe73d7d44e95a123fe56d7db226a45e20666 (patch) | |
tree | 53738471b6004d1e629c9ba0b9aa202d105a1ba1 /print/pipsv600/Makefile | |
parent | f30879de73a1844b19ac850b29d9c365c476aad8 (diff) | |
download | freebsd-ports-gnome-b5d1fe73d7d44e95a123fe56d7db226a45e20666.tar.gz freebsd-ports-gnome-b5d1fe73d7d44e95a123fe56d7db226a45e20666.tar.zst freebsd-ports-gnome-b5d1fe73d7d44e95a123fe56d7db226a45e20666.zip |
add slave port for Photo Image Print System for Linux --- EPSON PX-V600
Diffstat (limited to 'print/pipsv600/Makefile')
-rw-r--r-- | print/pipsv600/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/print/pipsv600/Makefile b/print/pipsv600/Makefile new file mode 100644 index 000000000000..a7f5328498b9 --- /dev/null +++ b/print/pipsv600/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: pips for EPSON PX-V600 +# Date created: 2004.08.27 +# Whom: Hajimu UMEMOTO <ume@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTVERSION= 2.6.2 +MASTERDIR= ${.CURDIR}/../pips800 +COMMENT= Photo Image Print System for Linux --- EPSON PX-V600 + +PRTYPE= v600 + +PATCH_PRN= BAND.PRN BAND.PRN.COLOR PATCH.PRN PATCH.PRN.COLOR + +.include "${MASTERDIR}/Makefile.pips" |