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
26 lines
730 B
Makefile
26 lines
730 B
Makefile
# New ports collection makefile for: knews
|
|
# Version required: 0.9.8
|
|
# Date created: Sun Apr 14 09:23:59 MET DST 1996
|
|
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
|
|
#
|
|
# $Id: Makefile,v 1.14 1998/04/15 22:18:10 jseger Exp $
|
|
#
|
|
|
|
DISTNAME= knews-1.0b.0
|
|
CATEGORIES= x11 news
|
|
MASTER_SITES= http://www.matematik.su.se/~kjj/
|
|
|
|
MAINTAINER= andreas@FreeBSD.ORG
|
|
|
|
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm \
|
|
jpeg\\.9\\.:${PORTSDIR}/graphics/jpeg \
|
|
png\\.2\\.:${PORTSDIR}/graphics/png
|
|
RUN_DEPENDS= newsp:${PORTSDIR}/print/mp
|
|
|
|
WRKSRC= ${WRKDIR}/knews
|
|
USE_IMAKE= yes
|
|
MAKE_FLAGS= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man1 \
|
|
XAPPLOADDIR=${PREFIX}/lib/X11/app-defaults -f
|
|
|
|
.include <bsd.port.mk>
|