Update textproc/hs-lhs2tex to version 1.24
[dports.git] / x11 / xcmd / Makefile
1 # Created by: Oliver Breuninger <ob@breuninger.org>
2 # $FreeBSD$
3
4 PORTNAME=       xcmd
5 PORTVERSION=    1.8
6 PORTREVISION=   2
7 CATEGORIES=     x11
8 MASTER_SITES=   SUNSITE/X11/xutils \
9                 http://www.breuninger.org/files/distfiles/
10
11 MAINTAINER=     ports@FreeBSD.org
12 COMMENT=        Front-end for starting programs under X11
13
14 USES=           imake xorg
15 USE_XORG=       ice sm x11 xext xmu xt
16
17 PLIST_FILES=    bin/xcmd \
18                 man/man1/xcmd.1.gz
19
20 .include <bsd.port.mk>