mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
28 lines
521 B
Makefile
28 lines
521 B
Makefile
# New ports collection makefile for: hpscan
|
|
# Version required: <own lineage>
|
|
# Date created: 12 January 1996
|
|
# Whom: nate
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= scanner
|
|
PKGNAME= hpscan-1.0
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL} \
|
|
ftp://ftp.cogsci.ed.ac.uk/pub/richard/
|
|
|
|
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>
|