summaryrefslogtreecommitdiff
path: root/print/hp2xx/Makefile
blob: bb13729f21672ab47c0d30b87154393746efd5de (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# New ports collection makefile for:    hp2xx
# Version required:     3.20
# Date created:         17 Jan 1999
# Whom:                 Lars Koeller
#
# $FreeBSD$
#

DISTNAME=	hp2xx-3.20-png
PKGNAME=	hp2xx-3.20
CATEGORIES=	print x11
MASTER_SITES=	ftp://ftp.rz.uni-duesseldorf.de/pub/graphics/ \
		ftp://ftp.uni-bielefeld.de/pub/systems/FreeBSD/lkoeller/

MAINTAINER=	Lars.Koeller@Uni-Bielefeled.DE

LIB_DEPENDS=    png.3:${PORTSDIR}/graphics/png

WRKSRC=		${WRKDIR}/${DISTNAME}/sources
USE_XLIB=	yes
MAKEFILE=	makefile
MAN1=		hp2xx.1

post-install:
.for info in hp2xx.info
	install-info ${PREFIX}/info/${info} ${PREFIX}/info/dir
.endfor

.include <bsd.port.mk>