mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
25 lines
504 B
Makefile
25 lines
504 B
Makefile
# New ports collection makefile for: hpscan
|
|
# Version required: <own lineage>
|
|
# Date created: 12 January 1996
|
|
# Whom: nate
|
|
#
|
|
# $Id: Makefile,v 1.8 1997/02/07 15:41:08 nate Exp $
|
|
#
|
|
|
|
DISTNAME= scanner
|
|
PKGNAME= hpscan-1.0
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL} \
|
|
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>
|