1999-01-26 04:30:26 +01:00
|
|
|
# New ports collection makefile for: hp2xx
|
|
|
|
# Date created: 17 Jan 1999
|
|
|
|
# Whom: Lars Koeller
|
|
|
|
#
|
1999-08-31 03:53:22 +02:00
|
|
|
# $FreeBSD$
|
1999-01-26 04:30:26 +01:00
|
|
|
#
|
|
|
|
|
2000-04-09 19:50:59 +02:00
|
|
|
PORTNAME= hp2xx
|
2002-06-17 08:43:43 +02:00
|
|
|
PORTVERSION= 3.4.2
|
1999-01-26 04:30:26 +01:00
|
|
|
CATEGORIES= print x11
|
2002-02-10 03:58:12 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
1999-01-26 04:30:26 +01:00
|
|
|
|
1999-12-22 15:33:42 +01:00
|
|
|
MAINTAINER= Lars.Koeller@Uni-Bielefeld.DE
|
1999-01-26 04:30:26 +01:00
|
|
|
|
2002-02-10 03:58:12 +01:00
|
|
|
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
|
|
|
|
tiff.4:${PORTSDIR}/graphics/tiff
|
1999-01-26 04:30:26 +01:00
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/sources
|
|
|
|
USE_XLIB= yes
|
2002-02-10 03:58:12 +01:00
|
|
|
|
1999-01-26 04:30:26 +01:00
|
|
|
MAN1= hp2xx.1
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
.for info in hp2xx.info
|
|
|
|
install-info ${PREFIX}/info/${info} ${PREFIX}/info/dir
|
|
|
|
.endfor
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|