freebsd-ports/x11/xcut/Makefile

23 lines
464 B
Makefile
Raw Normal View History

# New ports collection makefile for: xcut
# Date created: 23 September 1999
# Whom: 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= 1
CATEGORIES= x11
2002-05-05 07:08:38 +02:00
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>