summaryrefslogtreecommitdiff
path: root/x11/xclip/Makefile
blob: 0080be9b6fd1b8288d25ab82487b209834af7d32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $NetBSD: Makefile,v 1.20 2016/11/23 23:41:30 wiedi Exp $

DISTNAME=	xclip-0.13
CATEGORIES=	x11
MASTER_SITES=	${MASTER_SITE_GITHUB:=astrand/}

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	https://github.com/astrand/xclip
COMMENT=	Command line interface to the X windows clipboard
LICENSE=	gnu-gpl-v2

GNU_CONFIGURE=	yes
USE_TOOLS+=	autoconf gmake

LDFLAGS.SunOS+=	-liconv

pre-configure:
	cd ${WRKSRC} && autoreconf

.include "../../converters/libiconv/buildlink3.mk"
.include "../../x11/libXmu/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"