aboutsummaryrefslogtreecommitdiffstats
path: root/print/hp2xx/Makefile
blob: d24b68ca2d6916552c17707cdd9597ea69d3918f (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
30
# New ports collection makefile for:    hp2xx
# Date created:         17 Jan 1999
# Whom:                 Lars Koeller
#
# $FreeBSD$
#

PORTNAME=   hp2xx
PORTVERSION=    3.4.1
PORTEPOCH=  1
CATEGORIES= print x11
MASTER_SITES=   ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER= Lars.Koeller@Uni-Bielefeld.DE

LIB_DEPENDS=    png.5:${PORTSDIR}/graphics/png \
        tiff.4:${PORTSDIR}/graphics/tiff

WRKSRC=     ${WRKDIR}/${DISTNAME}/sources
USE_XLIB=   yes

MAN1=       hp2xx.1

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

.include <bsd.port.mk>