mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
20fa6b8f41
Approved by: portmgr (blanket)
20 lines
356 B
Makefile
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>
|