1999-01-26 03:30:26 +00:00
|
|
|
# New ports collection makefile for: hp2xx
|
|
|
|
# Date created: 17 Jan 1999
|
|
|
|
# Whom: Lars Koeller
|
|
|
|
#
|
1999-08-31 01:53:22 +00:00
|
|
|
# $FreeBSD$
|
1999-01-26 03:30:26 +00:00
|
|
|
#
|
|
|
|
|
2000-04-09 17:50:59 +00:00
|
|
|
PORTNAME= hp2xx
|
|
|
|
PORTVERSION= 3.20
|
1999-01-26 03:30:26 +00:00
|
|
|
CATEGORIES= print x11
|
|
|
|
MASTER_SITES= ftp://ftp.rz.uni-duesseldorf.de/pub/graphics/ \
|
|
|
|
ftp://ftp.uni-bielefeld.de/pub/systems/FreeBSD/lkoeller/
|
2000-04-09 17:41:40 +00:00
|
|
|
DISTNAME= hp2xx-3.20-png
|
1999-01-26 03:30:26 +00:00
|
|
|
|
1999-12-22 14:33:42 +00:00
|
|
|
MAINTAINER= Lars.Koeller@Uni-Bielefeld.DE
|
1999-01-26 03:30:26 +00:00
|
|
|
|
2000-07-04 07:13:35 +00:00
|
|
|
LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png
|
1999-01-26 03:30:26 +00:00
|
|
|
|
|
|
|
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>
|