diff options
author | Nate Williams <nate@FreeBSD.org> | 1996-01-12 20:58:39 +0000 |
---|---|---|
committer | Nate Williams <nate@FreeBSD.org> | 1996-01-12 20:58:39 +0000 |
commit | ac87bb311c27339041adc15c74ad8d76388176a6 (patch) | |
tree | 9fd16a19bf5dc147ba1984bb4c2151b6dabc4d33 /graphics/hpscan/Makefile | |
parent | 84383852c463c3b61e7535d2691a1a7b042de333 (diff) |
Notes
Diffstat (limited to 'graphics/hpscan/Makefile')
-rw-r--r-- | graphics/hpscan/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/graphics/hpscan/Makefile b/graphics/hpscan/Makefile new file mode 100644 index 000000000000..4ee13702f15e --- /dev/null +++ b/graphics/hpscan/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: hpscan +# Version required: <own lineage> +# Date created: 12 January 1996 +# Whom: nate +# +# $Id: Makefile,v 1.6 1995/11/27 04:05:37 asami Exp $ +# + +DISTNAME= scanner +PKGNAME= hpscan +CATEGORIES+= graphics +MASTER_SITES= ftp://freefall.cdrom.com/pub/FreeBSD/LOCAL_PORTS/ \ + ftp://macbeth.cogsci.ed.ac.uk/pub/ + +NO_WRKSUBDIR= true +USE_X11= true +NO_INSTALL_MANPAGES= true + +MAINTAINER= nate@FreeBSD.org + +.include <bsd.port.mk> |