freebsd-ports/x11/xcut/Makefile

19 lines
419 B
Makefile
Raw Normal View History

# Created by: Cy Schubert <Cy.Schubert@uumail.gov.bc.ca>
# $FreeBSD$
2000-04-13 21:19:05 +02:00
PORTNAME= xcut
2001-02-05 17:18:54 +01:00
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 xorg
USE_XORG= x11
PLIST_FILES= bin/xcut man/man1/xcut.1.gz
.include <bsd.port.mk>