blob: c5fd07718b063a17046144d81cae5af889c0a0f6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# 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
MANCOMPRESSED= yes
MAN1= xcmd.1
PLIST_FILES= bin/xcmd
NO_STAGE= yes
.include <bsd.port.mk>
|