mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
23 lines
421 B
Makefile
23 lines
421 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= xlogout
|
|
PORTVERSION= 1.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ftp://ftp.tu-darmstadt.de/pub/X11/other/
|
|
EXTRACT_SUFX= .tar.Z
|
|
|
|
MAINTAINER= naddy@FreeBSD.org
|
|
COMMENT= Simple logout button
|
|
|
|
WRKSRC= ${WRKDIR}/xlogout
|
|
USE_IMAKE= yes
|
|
USE_XORG= ice sm x11 xaw xext xmu xpm xt
|
|
MAKE_JOBS_SAFE= yes
|
|
MAN1= xlogout.1
|
|
|
|
PLIST_FILES= bin/xlogout \
|
|
lib/X11/app-defaults/XLogout
|
|
|
|
.include <bsd.port.mk>
|