mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
4dc064b0c5
(Note, since the shlib major didn't change this just removes the regexp support.)
25 lines
507 B
Makefile
25 lines
507 B
Makefile
# New ports collection makefile for: hpscan
|
|
# Version required: <own lineage>
|
|
# Date created: 12 January 1996
|
|
# Whom: nate
|
|
#
|
|
# $Id: Makefile,v 1.13 1998/08/09 08:58:44 asami 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>
|