1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/x11/xlogout/Makefile
Adam Weinberger a84c115a09 Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 19:11:51 +00:00

21 lines
393 B
Makefile

# $FreeBSD$
PORTNAME= xlogout
PORTVERSION= 1.1
PORTREVISION= 2
CATEGORIES= x11
MASTER_SITES= ftp://ftp.tu-darmstadt.de/pub/X11/other/
MAINTAINER= naddy@FreeBSD.org
COMMENT= Simple logout button
USES= imake tar:Z
WRKSRC= ${WRKDIR}/xlogout
USE_XORG= ice sm x11 xaw xext xmu xpm xt
PLIST_FILES= bin/xlogout \
lib/X11/app-defaults/XLogout \
man/man1/xlogout.1.gz
.include <bsd.port.mk>