freebsd-ports/x11/xcmd/Makefile
Baptiste Daroussin daa991f74c Support stage
2013-12-13 23:51:18 +00:00

21 lines
453 B
Makefile

# Created by: Oliver Breuninger <ob@breuninger.org>
# $FreeBSD$
PORTNAME= xcmd
PORTVERSION= 1.8
PORTREVISION= 2
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
http://www.breuninger.org/files/distfiles/
MASTER_SITE_SUBDIR= X11/xutils
MAINTAINER= ports@FreeBSD.org
COMMENT= Xcmd is a front-end for starting programs under X11
USES= imake
USE_XORG= ice sm x11 xext xmu xt
PLIST_FILES= bin/xcmd \
man/man1/xcmd.1.gz
.include <bsd.port.mk>