blob: 19ae572e641cb5e4e2cf2a67285d7e941eb979d0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# New ports collection makefile for: hpscan
# Date created: 12 January 1996
# Whom: nate
#
# $FreeBSD$
#
PORTNAME= hpscan
PORTVERSION= 1.0
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_LOCAL} \
ftp://ftp.cogsci.ed.ac.uk/pub/richard/
MASTER_SITE_SUBDIR= asami/LOCAL_PORTS
DISTNAME= scanner
MAINTAINER= jkh@FreeBSD.org
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg
NO_WRKSUBDIR= yes
USE_X_PREFIX= yes
USE_IMAKE= yes
NO_INSTALL_MANPAGES= yes
pre-configure:
${CP} -f ${FILESDIR}/Imakefile ${WRKSRC}
.include <bsd.port.mk>
|