1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/print/hp2xx/Makefile
Michael Haro 5ce8e8e5c7 Remove the test to create ${PREFIX}/share/info/dir as it is now
in bsd.port.mk and this helps to unify the check and install.
1999-06-05 22:32:11 +00:00

30 lines
706 B
Makefile

# New ports collection makefile for: hp2xx
# Version required: 3.20
# Date created: 17 Jan 1999
# Whom: Lars Koeller
#
# $Id: Makefile,v 1.1.1.1 1999/01/26 03:30:26 steve Exp $
#
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>