2001-12-18 07:34:27 +01:00
|
|
|
# ex:ts=8
|
|
|
|
# New ports collection makefile for: xclip
|
|
|
|
# Date created: Dec 18, 2001
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= xclip
|
2009-11-12 04:05:10 +01:00
|
|
|
PORTVERSION= 0.12
|
2010-09-15 20:35:24 +02:00
|
|
|
PORTREVISION= 1
|
2001-12-18 07:34:27 +01:00
|
|
|
CATEGORIES= x11
|
2009-02-17 16:20:41 +01:00
|
|
|
MASTER_SITES= SF
|
2001-12-18 07:34:27 +01:00
|
|
|
|
2011-08-21 22:51:40 +02:00
|
|
|
MAINTAINER= eadler@FreeBSD.org
|
2003-02-20 20:21:36 +01:00
|
|
|
COMMENT= An interface to X selections ("the clipboard") from the command line
|
2001-12-18 07:34:27 +01:00
|
|
|
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= autoconf:env aclocal:env automake:env
|
2009-11-12 04:05:10 +01:00
|
|
|
USE_XORG= x11 xmu
|
2009-02-17 16:20:41 +01:00
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2001-12-18 07:34:27 +01:00
|
|
|
|
2009-11-12 04:05:10 +01:00
|
|
|
MAN1= xclip.1 xclip-copyfile.1
|
2009-02-17 16:20:41 +01:00
|
|
|
PLIST_FILES= bin/xclip bin/xclip-copyfile bin/xclip-cutfile bin/xclip-pastefile
|
2001-12-18 07:34:27 +01:00
|
|
|
|
2009-11-12 04:05:10 +01:00
|
|
|
pre-configure:
|
|
|
|
@cd ${WRKSRC}; ./bootstrap
|
|
|
|
|
2001-12-18 07:34:27 +01:00
|
|
|
.include <bsd.port.mk>
|