16 lines
381 B
Makefile
16 lines
381 B
Makefile
# New ports collection makefile for: pips for EPSON Stylus Color 880
|
|
# Date created: 2001.02.06
|
|
# Whom: Satoshi Taoka <taoka@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTVERSION= 1.0
|
|
MASTER_SITES?= http://www.epkowa.on.arena.ne.jp/pips/data/${PRTYPE:S/^-//}/
|
|
MASTERDIR= ${.CURDIR}/../pips800
|
|
PRTYPE?= -sc880
|
|
|
|
INTERNATIONAL_PRODUCTS=yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|