mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
18f33c0f93
installs the version of the port that uses shared library number 9 and the LIBRARY_VERSION set to the default. Normally this is against our policy (bumping the version number for minor things), however due to the major problems caused with the upgrade, Satoshi and I decided that this was best. Approved by: asami
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.10 1998/04/15 22:17:54 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_X11= yes
|
|
USE_IMAKE= yes
|
|
NO_INSTALL_MANPAGES= yes
|
|
|
|
.include <bsd.port.mk>
|