mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
25 lines
491 B
Makefile
25 lines
491 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= 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
|
|
|
|
USE_IMAKE= YES
|
|
USE_XORG= x11
|
|
MAN1= xcut.1
|
|
PLIST_FILES= bin/xcut
|
|
|
|
.include <bsd.port.mk>
|