aboutsummaryrefslogtreecommitdiffstats
path: root/x11/xclip/Makefile
blob: 7c79206557b69d361fd3618fd2177aa77498b947 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# 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
MAKE_JOBS_SAFE= 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>