mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
24 lines
489 B
Makefile
24 lines
489 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= 2
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
|
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
|
|
MAN1= xcut.1
|
|
PLIST_FILES= bin/xcut
|
|
|
|
.include <bsd.port.mk>
|