1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/x11/iceauth/Makefile
Helge Oldach 20fa6b8f41 *: Move manpages to share/man
Approved by:	portmgr (blanket)
2024-01-28 20:04:11 +03:00

20 lines
356 B
Makefile

PORTNAME= iceauth
PORTVERSION= 1.0.8
PORTREVISION= 3
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= ICE authority file utility for X
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
USES= xorg xorg-cat:app
USE_XORG= xorgproto ice
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
PLIST_FILES= bin/iceauth share/man/man1/iceauth.1.gz
.include <bsd.port.mk>