summaryrefslogtreecommitdiff
path: root/x11/xcut/Makefile
blob: a92139807475a310bc2cc17848ce82bbd2bbb8c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Cy Schubert <Cy.Schubert@uumail.gov.bc.ca>
# $FreeBSD$

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

USES=		imake
USE_XORG=	x11
MAN1=		xcut.1
PLIST_FILES=	bin/xcut

.include <bsd.port.mk>