freebsd-ports/x11/xlogout/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

25 lines
534 B
Makefile

# New ports collection makefile for: xlogout
# Date created: 1998-11-06
# Whom: Christian Weisgerber <naddy@mips.rhein-neckar.de>
#
# $FreeBSD$
#
PORTNAME= xlogout
PORTVERSION= 1.1
PORTREVISION= 1
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
MAN1= xlogout.1
PLIST_FILES= bin/xlogout \
lib/X11/app-defaults/XLogout
.include <bsd.port.mk>