diff options
author | ume <ume@FreeBSD.org> | 2004-08-27 03:25:40 +0800 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2004-08-27 03:25:40 +0800 |
commit | 3e74a51e852345cfe8fbc6d763492dca23801962 (patch) | |
tree | 88870ba8acc991d77ded016f464db40bb662c36e /print/pips970-cups/Makefile | |
parent | 50e5b786079dbb075e00ef2f1fbc0b9de44241c2 (diff) | |
download | freebsd-ports-gnome-3e74a51e852345cfe8fbc6d763492dca23801962.tar.gz freebsd-ports-gnome-3e74a51e852345cfe8fbc6d763492dca23801962.tar.zst freebsd-ports-gnome-3e74a51e852345cfe8fbc6d763492dca23801962.zip |
add slave port for Photo Image Print System for Linux --- EPSON PM-970C
(for CUPS)
Diffstat (limited to 'print/pips970-cups/Makefile')
-rw-r--r-- | print/pips970-cups/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/print/pips970-cups/Makefile b/print/pips970-cups/Makefile new file mode 100644 index 000000000000..67241cd6a766 --- /dev/null +++ b/print/pips970-cups/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: pips for EPSON PM-970C +# Date created: 2004.08.26 +# Whom: Hajimu UMEMOTO <ume@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTVERSION= 2.6.2 +MASTERDIR= ${.CURDIR}/../pips800 +COMMENT= Photo Image Print System for Linux --- EPSON PM-970C (for CUPS) + +PRTYPE= 970 +DIST_TYPE= cups + +.include "${MASTERDIR}/Makefile.pips" |