blob: 7a20d9613646338bd0945b87fe5ad8f8237a73b0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# New ports collection makefile for: hpscan
# Version required: <own lineage>
# Date created: 12 January 1996
# Whom: nate
#
# $Id: Makefile,v 1.4 1996/06/03 02:17:20 asami Exp $
#
DISTNAME= scanner
PKGNAME= hpscan-1.0
CATEGORIES+= graphics
MASTER_SITES= ftp://freefall.freebsd.org/pub/FreeBSD/LOCAL_PORTS/ \
ftp://macbeth.cogsci.ed.ac.uk/pub/
MAINTAINER= nate@FreeBSD.org
LIB_DEPENDS+= jpeg\\.6\\.:${PORTSDIR}/graphics/jpeg
NO_WRKSUBDIR= yes
USE_X11= yes
USE_IMAKE= yes
NO_INSTALL_MANPAGES= yes
.include <bsd.port.mk>
|