2001-08-18 10:57:54 +02:00
|
|
|
# New ports collection makefile for: xcmd
|
|
|
|
# Date created: 30 Jul 2001
|
|
|
|
# Whom: Oliver Breuninger <ob@breuninger.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= xcmd
|
|
|
|
PORTVERSION= 1.8
|
|
|
|
CATEGORIES= x11
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
|
|
|
|
http://www.breuninger.org/files/distfiles/
|
|
|
|
MASTER_SITE_SUBDIR= X11/xutils
|
|
|
|
|
|
|
|
MAINTAINER= ob@breuninger.org
|
2003-02-21 15:08:24 +01:00
|
|
|
COMMENT= Xcmd is a front-end for starting programs under X11
|
2001-08-18 10:57:54 +02:00
|
|
|
|
|
|
|
USE_IMAKE= yes
|
|
|
|
|
|
|
|
MANCOMPRESSED= yes
|
2004-02-06 14:12:53 +01:00
|
|
|
MAN1= xcmd.1
|
|
|
|
PLIST_FILES= bin/xcmd
|
2001-08-18 10:57:54 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|