2012-10-06 16:35:45 +02:00
|
|
|
# Created by: ijliao
|
2001-12-18 07:34:27 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= xclip
|
2009-11-12 04:05:10 +01:00
|
|
|
PORTVERSION= 0.12
|
2014-11-15 21:13:35 +01:00
|
|
|
PORTREVISION= 2
|
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
|
|
|
|
2014-11-15 21:13:35 +01:00
|
|
|
MAINTAINER= johans@FreeBSD.org
|
2013-03-29 01:59:45 +01:00
|
|
|
COMMENT= Interface to X selections ("the clipboard") from the command line
|
2001-12-18 07:34:27 +01:00
|
|
|
|
2013-04-30 05:12:14 +02:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2009-11-12 04:05:10 +01:00
|
|
|
USE_XORG= x11 xmu
|
2014-11-15 21:13:35 +01:00
|
|
|
USES= gmake
|
2009-02-17 16:20:41 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2014-11-15 21:13:35 +01:00
|
|
|
CONFIGURE_ENV+= ac_cv_header_X11_Xmu_Atoms_h=yes \
|
|
|
|
ac_cv_header_X11_Intrinsic_h=yes \
|
|
|
|
ac_cv_lib_Xmu_XmuClientWindow=yes
|
2001-12-18 07:34:27 +01:00
|
|
|
|
2014-11-15 21:13:35 +01:00
|
|
|
PLIST_FILES= bin/xclip bin/xclip-copyfile bin/xclip-cutfile \
|
|
|
|
bin/xclip-pastefile \
|
|
|
|
man/man1/xclip.1.gz man/man1/xclip-copyfile.1.gz
|
2009-11-12 04:05:10 +01:00
|
|
|
|
2012-09-01 20:37:38 +02:00
|
|
|
post-patch:
|
2014-11-15 21:13:35 +01:00
|
|
|
${REINPLACE_CMD} 's,mktemp,mktemp -t xclip,' ${WRKSRC}/xclip-copyfile
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/xclip
|
2012-09-01 20:37:38 +02:00
|
|
|
|
2001-12-18 07:34:27 +01:00
|
|
|
.include <bsd.port.mk>
|