diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 2000-12-11 02:38:13 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 2000-12-11 02:38:13 +0000 |
commit | c7933187ea0a3c04e6144497fa533b5a462f0a4a (patch) | |
tree | e256721c7a57ad2dae68288d5fc6d45a08b1b9a9 /print/pips3000/Makefile | |
parent | Update to version 0.8. (diff) |
Photo Image Print System for Linux --- EPSON PM-3000C
Notes
Notes:
svn path=/head/; revision=35855
Diffstat (limited to 'print/pips3000/Makefile')
-rw-r--r-- | print/pips3000/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/print/pips3000/Makefile b/print/pips3000/Makefile new file mode 100644 index 000000000000..35b296c2ed9c --- /dev/null +++ b/print/pips3000/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: pips for EPSON PM-3000C +# Date created: 2000.11.07 +# Whom: Satoshi Taoka <taoka@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= print linux +PORTVERSION= 1.3 +MASTER_SITES= http://www.epkowa.on.arena.ne.jp/pips/data/${PRTYPE}/ +MASTERDIR= ${.CURDIR}/../pips800 +COMMENT= ${.CURDIR}/pkg-comment +DESCR= ${.CURDIR}/pkg-descr +PRTYPE= 3000 + +.include "${MASTERDIR}/Makefile" |