mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
16 lines
402 B
Makefile
16 lines
402 B
Makefile
# New ports collection makefile for: pips for EPSON PM-820C PM-3300C
|
|
# Date created: 2000.08.04
|
|
# Whom: Satoshi Taoka <taoka@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
MASTER_SITES= http://www.epkowa.on.arena.ne.jp/pips/data/${PRTYPE:S,_3300,,}/
|
|
|
|
MASTERDIR= ${.CURDIR}/../pips800
|
|
COMMENT= ${.CURDIR}/pkg/COMMENT
|
|
DESCR= ${.CURDIR}/pkg/DESCR
|
|
PRTYPE= 820_3300
|
|
|
|
.include "${MASTERDIR}/Makefile"
|