1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/graphics/xpdf/Makefile
Satoshi Asami 11781c94df Fix "version required" comment.
How do you think I found this out?  It's a long story, but here's the
short version (no pun intended):

I had this upgraded to 0.5 on my machine, and had sent it to Chuck for
a review.  Then Peter did an upgrade.  So I did a "cvs update", which
showed one conflict (date in patch, understandable).

However, when I did a "cvs diff", it showed that Peter had forgotten
something.  So here it is. :)
1996-06-03 00:13:01 +00:00

25 lines
607 B
Makefile

# New ports collection makefile for: xpdf
# Version required: 0.5
# Date created: 02 Feb 1996
# Whom: chuckr@glue.umd.edu
#
# $Id: Makefile,v 1.5 1996/05/30 11:11:10 peter Exp $
#
DISTNAME= xpdf-0.5
CATEGORIES+= graphics
MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/xpdf/
MAINTAINER= chuckr@glue.umd.edu
USE_X11= yes
post-install:
install -c -m 444 ${WRKSRC}/xpdf.1 ${PREFIX}/man/man1
install -c -m 444 ${WRKSRC}/pdftops.1 ${PREFIX}/man/man1
.if !defined(NOMANCOMPRESS)
gzip -9nf ${PREFIX}/man/man1/xpdf.1 ${PREFIX}/man/man1/pdftops.1
.endif
.include <bsd.port.mk>