freebsd-ports/x11/xcmd/Makefile
Ying-Chieh Liao 505ecaca2e add xcmd
Xcmd is a front-end for starting programs under X11

PR:		29326
Submitted by:	Oliver Breuninger <ob@breuninger.org>
2001-08-18 08:57:54 +00:00

23 lines
424 B
Makefile

# 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
USE_IMAKE= yes
MANCOMPRESSED= yes
MAN1= xcmd.1
.include <bsd.port.mk>