1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/x11/xpr/Makefile
Niclas Zeising 5c16ebabdd x11/xpr: Update to 1.0.5
Summary of changes:
* Autoconf fixes
* Updates to and simplification of parser
* Constification
* Various other fixes
2018-05-10 14:52:52 +00:00

15 lines
263 B
Makefile

# $FreeBSD$
PORTNAME= xpr
PORTVERSION= 1.0.5
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= Utility for printing an X window dump
XORG_CAT= app
USE_XORG= xmuu x11
PLIST_FILES= bin/xdpr bin/xpr man/man1/xdpr.1.gz man/man1/xpr.1.gz
.include <bsd.port.mk>