summaryrefslogtreecommitdiff
path: root/graphics/hpscan/Makefile
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>2001-04-14 18:00:12 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>2001-04-14 18:00:12 +0000
commit29b7ca9bf73e466b236b60ac248314a3aac8e855 (patch)
treea9694e56257dcefb0979478213c4ac51abac10d4 /graphics/hpscan/Makefile
parentUpdate to 0.9. (diff)
Remove hpscan port - it's totally obsolete
Notes
Notes: svn path=/head/; revision=41377
Diffstat (limited to 'graphics/hpscan/Makefile')
-rw-r--r--graphics/hpscan/Makefile30
1 files changed, 0 insertions, 30 deletions
diff --git a/graphics/hpscan/Makefile b/graphics/hpscan/Makefile
deleted file mode 100644
index eb7c423a7211..000000000000
--- a/graphics/hpscan/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# New ports collection makefile for: hpscan
-# Date created: 12 January 1996
-# Whom: nate
-#
-# $FreeBSD$
-#
-
-PORTNAME= hpscan
-PORTVERSION= 1.0
-CATEGORIES= graphics
-MASTER_SITES= ${MASTER_SITE_LOCAL} \
- ftp://ftp.cogsci.ed.ac.uk/pub/richard/
-MASTER_SITE_SUBDIR= asami/LOCAL_PORTS
-DISTNAME= scanner
-
-MAINTAINER= jkh@FreeBSD.org
-
-BROKEN= "SCSI low-level interface has changed and this needs re-porting"
-
-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>