mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
17 lines
391 B
Makefile
17 lines
391 B
Makefile
PORTNAME= xcut
|
|
PORTVERSION= 0.2
|
|
PORTREVISION= 4
|
|
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
|
|
WWW= https://xcut.sourceforge.net/
|
|
|
|
USES= imake xorg
|
|
USE_XORG= x11
|
|
PLIST_FILES= bin/xcut share/man/man1/xcut.1.gz
|
|
|
|
.include <bsd.port.mk>
|