1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/x11/xcut/Makefile
Baptiste Daroussin c3b85bf3d4 Convert to USES=imake
Trim headers
Convert emu to USES=display
Remove indefinite article
2013-06-28 22:51:40 +00:00

21 lines
410 B
Makefile

# 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>