blob: 803f1abd1d943618f80d4fa917974ab73d84d20a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# New ports collection makefile for: pips for EPSON PM-670C
# Date created: 2000.12.09
# 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= 670
.include "${MASTERDIR}/Makefile"
|