aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/autocutsel/Makefile
blob: 534c84b9309e4a166af1c3302c420778ead83e0a (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
# Created by: john@jnielsen.net
# $FreeBSD$

PORTNAME=   autocutsel
PORTVERSION=    0.10.0
CATEGORIES= deskutils

MAINTAINER= john@jnielsen.net
COMMENT=    Synchronizes the two copy/paste buffers used by X applications

USE_GITHUB= yes
GH_ACCOUNT= sigmike
GH_COMMIT=  35388eb

USE_XORG=   x11 xaw xmu
GNU_CONFIGURE=  yes
USES=       gmake autoreconf libtool

PLIST_FILES=    bin/autocutsel \
        bin/cutsel

post-configure:
    @${REINPLACE_CMD} -e 's|-I\.|-I/usr/local/include|g' ${WRKSRC}/Makefile

.include <bsd.port.mk>