blob: 5163e8b6c44305c1c2d1171cf982fcc9010c95f1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# New ports collection makefile for: pips for EPSON PM-770C
# Version required: 1.0
# Date created: 00/04/21
# Whom: Satoshi Taoka <taoka@FreeBSD.org>
#
# $FreeBSD$
#
MASTER_SITES= http://www.epkowa.on.arena.ne.jp/pips/data/${PRTYPE}/
MASTERDIR= ${.CURDIR}/../pips800
COMMENT= ${.CURDIR}/pkg-comment
DESCR= ${.CURDIR}/pkg-descr
PRTYPE= 770
.include "${MASTERDIR}/Makefile"
|