summaryrefslogtreecommitdiff
path: root/x11/xcut/Makefile
blob: ed79a47fc08dd38977211811365dfd827ec80c47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PORTNAME=	xcut
PORTVERSION=	0.2
PORTREVISION=	3
CATEGORIES=	x11
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-src/${PORTVERSION} \
		http://acsys.anu.edu.au/~tpot/%SUBDIR%/

MAINTAINER=	cy@FreeBSD.org
COMMENT=	Manipulate X cut buffers from the commandline
WWW=		http://xcut.sourceforge.net/

USES=		imake xorg
USE_XORG=	x11
PLIST_FILES=	bin/xcut man/man1/xcut.1.gz

.include <bsd.port.mk>