1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/x11/xclip/Makefile
2013-10-23 18:57:48 +00:00

30 lines
628 B
Makefile

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