1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00
freebsd-ports/x11/xcut/Makefile

25 lines
479 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 19:19:05 +00:00
PORTNAME= xcut
2001-02-05 16:18:54 +00:00
PORTVERSION= 0.2
PORTREVISION= 3
CATEGORIES= x11
MASTER_SITES= SF \
http://acsys.anu.edu.au/~tpot/%SUBDIR%/
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= cy@FreeBSD.org
COMMENT= Manipulate X cut buffers from the commandline
USE_IMAKE= YES
USE_XORG= x11
MAN1= xcut.1
PLIST_FILES= bin/xcut
.include <bsd.port.mk>