23 lines
477 B
Makefile
23 lines
477 B
Makefile
# New ports collection makefile for: hpscan
|
|
# Version required: <own lineage>
|
|
# Date created: 12 January 1996
|
|
# Whom: nate
|
|
#
|
|
# $Id: Makefile,v 1.2 1996/01/13 18:56:58 joerg Exp $
|
|
#
|
|
|
|
DISTNAME= scanner
|
|
PKGNAME= hpscan-1.0
|
|
CATEGORIES+= graphics
|
|
MASTER_SITES= ftp://freefall.cdrom.com/pub/FreeBSD/LOCAL_PORTS/ \
|
|
ftp://macbeth.cogsci.ed.ac.uk/pub/
|
|
|
|
MAINTAINER= nate@FreeBSD.org
|
|
|
|
NO_WRKSUBDIR= yes
|
|
USE_X11= yes
|
|
USE_IMAKE= yes
|
|
NO_INSTALL_MANPAGES= yes
|
|
|
|
.include <bsd.port.mk>
|