1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/graphics/hpscan/Makefile
Satoshi Asami ceba211283 Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted
correctly.
1998-08-05 09:31:52 +00:00

25 lines
512 B
Makefile

# New ports collection makefile for: hpscan
# Version required: <own lineage>
# Date created: 12 January 1996
# Whom: nate
#
# $Id: Makefile,v 1.11 1998/05/04 20:22:38 jseger 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\\.9\\.:${PORTSDIR}/graphics/jpeg
NO_WRKSUBDIR= yes
USE_X_PREFIX= yes
USE_IMAKE= yes
NO_INSTALL_MANPAGES= yes
.include <bsd.port.mk>