mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
33e3d901d4
modular xorg. - supply corresponding USE_XORG for all imake-using ports that need it - USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG - retire USE_X_PREFIX which is not really used anywhere after the above change - a few minor nits like whitespace and SF macro Tested by: 2 tinderbox runs by pav Approved by: portmgr (pav)
25 lines
479 B
Makefile
25 lines
479 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 \
|
|
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>
|