diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 2001-01-09 01:56:33 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 2001-01-09 01:56:33 +0000 |
commit | d7f1f8b8cc82910c1d149f91a26163f2a05cc4a2 (patch) | |
tree | 2755c470257d1e633f7d2d143f3a08964580eb20 /print/pips880/Makefile | |
parent | 77b26972c4a7a0b301e291e384b8c4b68871f5dc (diff) |
Photo Image Print System for Linux --- EPSON PM-880C
Notes
Notes:
svn path=/head/; revision=36975
Diffstat (limited to 'print/pips880/Makefile')
-rw-r--r-- | print/pips880/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/print/pips880/Makefile b/print/pips880/Makefile new file mode 100644 index 000000000000..2c7352df291f --- /dev/null +++ b/print/pips880/Makefile @@ -0,0 +1,12 @@ +# New ports collection makefile for: pips for EPSON PM-880C +# Date created: 2001.01.05 +# Whom: Satoshi Taoka <taoka@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTVERSION= 1.3 +MASTERDIR= ${.CURDIR}/../pips800 +PRTYPE= 880 + +.include "${MASTERDIR}/Makefile" |