blob: f51cb61eac7ba0a6515a61f5fa0b0b7e59df2ffd (
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-760C
# Date created: 2000.08.04
# Whom: Satoshi Taoka <taoka@FreeBSD.org>
#
# $FreeBSD: /tmp/pcvs/ports/japanese/pips760/Attic/Makefile,v 1.2 2000-10-08 10:21:15 asami Exp $
#
CATEGORIES?= japanese print linux
MASTERDIR= ${.CURDIR}/../pips800
COMMENT= ${.CURDIR}/pkg-comment
DESCR= ${.CURDIR}/pkg-descr
PRTYPE= 760
do-install: # empty
.include "${MASTERDIR}/Makefile"
|