blob: d03e7550e35ff90e03cae3240ca6afe21417cf4a (
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-770C
# Date created: 00/04/21
# Whom: Satoshi Taoka <taoka@FreeBSD.org>
#
# $FreeBSD: /tmp/pcvs/ports/japanese/pips770/Attic/Makefile,v 1.1.1.1 2000-09-01 16:30:47 taoka Exp $
#
CATEGORIES?= japanese print linux
MASTERDIR= ${.CURDIR}/../pips800
COMMENT= ${.CURDIR}/pkg/COMMENT
DESCR= ${.CURDIR}/pkg/DESCR
PRTYPE= 770
do-install: # empty
.include "${MASTERDIR}/Makefile"
|