1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-23 20:51:43 +00:00
freebsd-ports/graphics/hpscan/Makefile
Justin M. Seger 18f33c0f93 Change JPEG shared library number to 9. This is to make sure that everyone
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
1998-05-04 20:23:32 +00:00

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>