1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/x11/xclip/Makefile
2012-10-06 14:35:45 +00:00

29 lines
602 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= xclip
PORTVERSION= 0.12
PORTREVISION= 1
CATEGORIES= x11
MASTER_SITES= SF
MAINTAINER= eadler@FreeBSD.org
COMMENT= An interface to X selections ("the clipboard") from the command line
USE_AUTOTOOLS= autoconf:env aclocal:env automake:env
USE_XORG= x11 xmu
USE_GMAKE= yes
GNU_CONFIGURE= yes
MAN1= xclip.1 xclip-copyfile.1
PLIST_FILES= bin/xclip bin/xclip-copyfile bin/xclip-cutfile bin/xclip-pastefile
pre-configure:
@cd ${WRKSRC}; ./bootstrap
post-patch:
${REINPLACE_CMD} 's,mktemp,mktemp -t xclip,' \
${WRKSRC}/xclip-copyfile
.include <bsd.port.mk>