openbsd-ports/x11/xclip/Makefile

26 lines
557 B
Makefile
Raw Normal View History

2010-10-19 04:13:56 -04:00
# $OpenBSD: Makefile,v 1.8 2010/10/19 08:14:00 espie Exp $
COMMENT= command line interface to X selections
DISTNAME= xclip-0.11
REVISION= 0
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xclip/}
HOMEPAGE= http://xclip.sourceforge.net/
MAINTAINER= Ilya Voronin <ivoronin@ivoronin.pp.ru>
# GPLv2+
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2009-03-07 10:37:38 -05:00
WANTLIB+= X11 Xmu c
NO_REGRESS= yes
USE_X11= yes
USE_GMAKE= yes
2010-10-19 04:13:56 -04:00
USE_GROFF = Yes
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>