blob: 77826ddd1ff00c985745ce9b9a0885622cbf1331 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: Tim McCormick <tim@pcbsd.org>
# $FreeBSD$
PORTNAME= min12xxw
PORTVERSION= 0.0.9
CATEGORIES= print
MASTER_SITES= http://hinterbergen.de/mala/min12xxw/
MAINTAINER= ports@FreeBSD.org
COMMENT= Print driver for the Minolta PagePro 1(2/3/4)xxW printers
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
PLIST_FILES= bin/esc-m \
bin/min12xxw \
man/man1/min12xxw.1.gz
.include <bsd.port.mk>
|