diff options
author | taoka <taoka@FreeBSD.org> | 2001-01-09 09:55:03 +0800 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 2001-01-09 09:55:03 +0800 |
commit | c06db33c83e3720b777eae70c3187d373766b5bc (patch) | |
tree | 74c2531b088877d026122665fefbf1478b1e0e87 /print/pips780/Makefile | |
parent | 29c08c41acae7f36c2ad2f073e4e09cc5cf4c5e7 (diff) | |
download | freebsd-ports-gnome-c06db33c83e3720b777eae70c3187d373766b5bc.tar.gz freebsd-ports-gnome-c06db33c83e3720b777eae70c3187d373766b5bc.tar.zst freebsd-ports-gnome-c06db33c83e3720b777eae70c3187d373766b5bc.zip |
Photo Image Print System for Linux --- EPSON PM-780C
Diffstat (limited to 'print/pips780/Makefile')
-rw-r--r-- | print/pips780/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/print/pips780/Makefile b/print/pips780/Makefile new file mode 100644 index 000000000000..b15e1357acef --- /dev/null +++ b/print/pips780/Makefile @@ -0,0 +1,12 @@ +# New ports collection makefile for: pips for EPSON PM-780C +# Date created: 2000.01.05 +# Whom: Satoshi Taoka <taoka@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTVERSION= 1.3 +MASTERDIR= ${.CURDIR}/../pips800 +PRTYPE= 780 + +.include "${MASTERDIR}/Makefile" |