1996-01-12 20:58:39 +00:00
|
|
|
# New ports collection makefile for: hpscan
|
|
|
|
# Date created: 12 January 1996
|
|
|
|
# Whom: nate
|
|
|
|
#
|
1999-08-25 06:16:32 +00:00
|
|
|
# $FreeBSD$
|
1996-01-12 20:58:39 +00:00
|
|
|
#
|
|
|
|
|
2000-04-14 10:48:02 +00:00
|
|
|
PORTNAME= hpscan
|
|
|
|
PORTVERSION= 1.0
|
1996-11-18 11:44:27 +00:00
|
|
|
CATEGORIES= graphics
|
1997-04-30 03:18:09 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL} \
|
1997-02-07 15:41:08 +00:00
|
|
|
ftp://ftp.cogsci.ed.ac.uk/pub/richard/
|
2000-06-09 21:59:16 +00:00
|
|
|
MASTER_SITE_SUBDIR= asami/LOCAL_PORTS
|
2000-04-14 10:48:02 +00:00
|
|
|
DISTNAME= scanner
|
1996-01-12 20:58:39 +00:00
|
|
|
|
1998-10-05 18:27:26 +00:00
|
|
|
MAINTAINER= jkh@FreeBSD.org
|
1996-01-12 20:58:39 +00:00
|
|
|
|
1998-09-15 11:46:15 +00:00
|
|
|
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg
|
1996-09-26 10:55:14 +00:00
|
|
|
|
1996-01-15 10:40:43 +00:00
|
|
|
NO_WRKSUBDIR= yes
|
1998-08-05 09:31:52 +00:00
|
|
|
USE_X_PREFIX= yes
|
1996-01-15 10:40:43 +00:00
|
|
|
USE_IMAKE= yes
|
|
|
|
NO_INSTALL_MANPAGES= yes
|
|
|
|
|
1998-10-12 04:25:34 +00:00
|
|
|
pre-configure:
|
|
|
|
${CP} -f ${FILESDIR}/Imakefile ${WRKSRC}
|
|
|
|
|
1996-01-12 20:58:39 +00:00
|
|
|
.include <bsd.port.mk>
|