diff options
author | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1998-11-21 01:30:56 +0000 |
---|---|---|
committer | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1998-11-21 01:30:56 +0000 |
commit | 3ec01f20843223b79f50755d89f429f7d5bba36e (patch) | |
tree | fff843592ff101d4b3253bf760d75a336f83a1f5 /x11/xlogout/Makefile | |
parent | c6daffe7e0cf013cf75e4669b7fc7199469b8640 (diff) |
Notes
Diffstat (limited to 'x11/xlogout/Makefile')
-rw-r--r-- | x11/xlogout/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/x11/xlogout/Makefile b/x11/xlogout/Makefile new file mode 100644 index 000000000000..92c6d12fb613 --- /dev/null +++ b/x11/xlogout/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: xlogout +# Version required: 1.1 +# Date created: 1998-11-06 +# Whom: Christian Weisgerber <naddy@mips.rhein-neckar.de> +# +# $Id$ +# + +DISTNAME= xlogout-1.1 +CATEGORIES= x11 +MASTER_SITES= ftp://ftp.tu-darmstadt.de/pub/X11/other/ +EXTRACT_SUFX= .tar.Z + +MAINTAINER= naddy@mips.rhein-neckar.de + +WRKSRC= ${WRKDIR}/xlogout +USE_IMAKE= yes +MAN1= xlogout.1 + +.include <bsd.port.mk> |