mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
462be70bf5
Summary of changes: * Autoconf fixes * Constification * Changes to usage message
15 lines
217 B
Makefile
15 lines
217 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= xwud
|
|
PORTVERSION= 1.0.5
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= Image displayer for X
|
|
|
|
XORG_CAT= app
|
|
USE_XORG= x11
|
|
|
|
PLIST_FILES= bin/xwud man/man1/xwud.1.gz
|
|
.include <bsd.port.mk>
|