mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
20 lines
401 B
Makefile
20 lines
401 B
Makefile
# Created by: Oliver Breuninger <ob@breuninger.org>
|
|
|
|
PORTNAME= xcmd
|
|
PORTVERSION= 1.8
|
|
PORTREVISION= 2
|
|
CATEGORIES= x11
|
|
MASTER_SITES= SUNSITE/X11/xutils \
|
|
http://www.breuninger.org/files/distfiles/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Front-end for starting programs under X11
|
|
|
|
USES= imake xorg
|
|
USE_XORG= ice sm x11 xext xmu xt
|
|
|
|
PLIST_FILES= bin/xcmd \
|
|
man/man1/xcmd.1.gz
|
|
|
|
.include <bsd.port.mk>
|