mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-13 23:36:08 +00:00
c6998edd79
Submitted by: richard@cogsci.ed.ac.uk
25 lines
536 B
Makefile
25 lines
536 B
Makefile
# New ports collection makefile for: hpscan
|
|
# Version required: <own lineage>
|
|
# Date created: 12 January 1996
|
|
# Whom: nate
|
|
#
|
|
# $Id: Makefile,v 1.7 1996/11/19 04:18:44 asami Exp $
|
|
#
|
|
|
|
DISTNAME= scanner
|
|
PKGNAME= hpscan-1.0
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ftp://freefall.freebsd.org/pub/FreeBSD/LOCAL_PORTS/ \
|
|
ftp://ftp.cogsci.ed.ac.uk/pub/richard/
|
|
|
|
MAINTAINER= nate@FreeBSD.org
|
|
|
|
LIB_DEPENDS+= jpeg\\.7\\.:${PORTSDIR}/graphics/jpeg
|
|
|
|
NO_WRKSUBDIR= yes
|
|
USE_X11= yes
|
|
USE_IMAKE= yes
|
|
NO_INSTALL_MANPAGES= yes
|
|
|
|
.include <bsd.port.mk>
|