xclip port update

Eitan Adler eitanadlerlist at gmail.com
Sat Feb 14 15:36:00 PST 2009


This works; tested with make install, make deinstall, and portlint.

# ex:ts=8
# New ports collection makefile for:	xclip
# Date created:			Dec 18, 2001
# Whom:				ijliao
#
# $FreeBSD: ports/x11/xclip/Makefile,v 1.7 2009/02/13 02:02:49 tabthorpe
Exp $
#

PORTNAME=	xclip
PORTVERSION=	0.11
CATEGORIES=	x11
MASTER_SITES=SF

MAINTAINER=	eitanadlerlist at gmail.com
COMMENT=	An interface to X selections ("the clipboard") from the command
line

WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
#USE_IMAKE=	yes
GNU_CONFIGURE=yes
USE_GMAKE=	yes
USE_XORG=	x11 xproto xmu

MAN1=		xclip.1
PLIST_FILES=	bin/xclip bin/xclip-copyfile bin/xclip-cutfile
bin/xclip-pastefile

.include <bsd.port.mk>



More information about the freebsd-ports mailing list