1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/print/hp2xx/Makefile
2003-02-21 13:28:59 +00:00

31 lines
658 B
Makefile

# New ports collection makefile for: hp2xx
# Date created: 17 Jan 1999
# Whom: Lars Koeller
#
# $FreeBSD$
#
PORTNAME= hp2xx
PORTVERSION= 3.4.2
CATEGORIES= print x11
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= Lars.Koeller@Uni-Bielefeld.DE
COMMENT= A HPGL to vector- and raster formats converter and previewer for X11
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>