20 lines
426 B
Makefile
20 lines
426 B
Makefile
# OpenBSD makefile for: xlogout
|
|
# Version required: 1.1
|
|
# Date created: 1998-11-08
|
|
# Whom: Christian Weisgerber <naddy@unix-ag.uni-kl.de>
|
|
#
|
|
# $OpenBSD: Makefile,v 1.1.1.1 1999/02/17 03:25:28 marc Exp $
|
|
#
|
|
|
|
DISTNAME= xlogout-1.1
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ftp://ftp.tu-darmstadt.de/pub/X11/other/
|
|
EXTRACT_SUFX= .tar.Z
|
|
|
|
MAINTAINER= naddy@unix-ag.uni-kl.de
|
|
|
|
WRKSRC= ${WRKDIR}/xlogout
|
|
USE_IMAKE= yes
|
|
|
|
.include <bsd.port.mk>
|