blob: 7941ac658cca14f4b2b51bbea092bd2181f9d91a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# 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
CATEGORIES= x11
MASTER_SITES= ftp://ftp.tu-darmstadt.de/pub/X11/other/
EXTRACT_SUFX= .tar.Z
MAINTAINER= naddy@FreeBSD.org
WRKSRC= ${WRKDIR}/xlogout
USE_IMAKE= yes
MAN1= xlogout.1
.include <bsd.port.mk>
|