freebsd-ports/x11/xcut/Makefile
Cy Schubert a2d28759ea Buffer addressing bugfix.
Noticed by:	Nicolas Rachinsky <nicolas@rachinsky.de>
Approved by:	portmgr (marcus)
2004-09-29 22:21:49 +00:00

22 lines
464 B
Makefile

# New ports collection makefile for: xcut
# Date created: 23 September 1999
# Whom: Cy Schubert <Cy.Schubert@uumail.gov.bc.ca>
#
# $FreeBSD$
#
PORTNAME= xcut
PORTVERSION= 0.2
PORTREVISION= 1
CATEGORIES= x11
MASTER_SITES= http://download.sourceforge.net/xcut/ \
http://acsys.anu.edu.au/~tpot/xcut/
MAINTAINER= cy@FreeBSD.org
COMMENT= Manipulate X cut buffers from the commandline
USE_IMAKE= YES
MAN1= xcut.1
PLIST_FILES= bin/xcut
.include <bsd.port.mk>