From owner-freebsd-ports@FreeBSD.ORG Sat Feb 14 23:36:00 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 15963106566B; Sat, 14 Feb 2009 23:36:00 +0000 (UTC) (envelope-from eitanadlerlist@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.172]) by mx1.freebsd.org (Postfix) with ESMTP id CFCF28FC12; Sat, 14 Feb 2009 23:35:59 +0000 (UTC) (envelope-from eitanadlerlist@gmail.com) Received: by wf-out-1314.google.com with SMTP id 27so1747545wfd.7 for ; Sat, 14 Feb 2009 15:35:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :x-enigmail-version:openpgp:content-type:content-transfer-encoding; bh=0kzOB4O+DJoJhLV8zasuGA7nNDP2c9bkwEOlmgwFsf0=; b=TD3FwQUe8/T6yZLPlCUuOptkCOd0miXebL97J04pRNHtDNL5dYIRQAQTON6EMUvvGb lFmGe0aucw1H0izQFQc0NVA1zNWxzULqC8Yw4zO2sqESx8RwXgLTAbv+kr+oiwNIGrzP 1OumXnC05FrleZRY23p/fQKQ/hzN+yy7IoMno= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:x-enigmail-version:openpgp:content-type :content-transfer-encoding; b=wU8e4ae1OwGXNKICbcQgv0datfXwv2trSyE3uhD1UuTYzAfN0GjlJ11V3tzt4YxCNZ ZMOm80uaABdWih5wBJ+KFI3N4mL/RaaeRTseMGj3EmdVNEen6aVEeGP/M5iOMcl81jCT 4ivfJrn5Ip+JLk/s3nqxqziLTzrsHIrcilu4A= Received: by 10.142.126.6 with SMTP id y6mr1612690wfc.52.1234654559389; Sat, 14 Feb 2009 15:35:59 -0800 (PST) Received: from aargh.lan (ool-182fcc8b.dyn.optonline.net [24.47.204.139]) by mx.google.com with ESMTPS id 30sm3639646wfg.14.2009.02.14.15.35.57 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 14 Feb 2009 15:35:58 -0800 (PST) Message-ID: <49975567.50300@gmail.com> Date: Sat, 14 Feb 2009 18:36:07 -0500 From: Eitan Adler User-Agent: Mozilla (X11; U; FreeBSD i386; en-US; ) Gecko Thunderbird Mnenhy/0.7.6.666 MIME-Version: 1.0 To: Thomas Abthorpe References: <4995B77D.6030009@gmail.com> <200902131436.09672.tabthorpe@freebsd.org> In-Reply-To: <200902131436.09672.tabthorpe@freebsd.org> X-Enigmail-Version: 0.95.7 OpenPGP: id=E9C2CCD1; url=pgp.mit.edu Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: xclip port update X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Feb 2009 23:36:00 -0000 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@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