16 lines
399 B
Makefile
16 lines
399 B
Makefile
# New ports collection makefile for: pips for EPSON Stylus Photo 810/Stylus Photo 820
|
|
# Date created: 01/11/06
|
|
# Whom: Satoshi Taoka <taoka@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTVERSION= 2.1
|
|
MASTER_SITES= http://www.epkowa.on.arena.ne.jp/pips/data/${PRTYPE:S/^-//}/
|
|
MASTERDIR= ${.CURDIR}/../pips800
|
|
PRTYPE= -sp810_820
|
|
|
|
INTERNATIONAL_PRODUCTS=yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|