openbsd-ports/x11/xsel/Makefile
sthen 88ea72915d Change SEPARATE_BUILD=(concurrent|simple) to Yes; bsd.port.mk doesn't
make a distinction between these.  ok aja@ dcoppa@
2012-03-29 13:38:12 +00:00

27 lines
591 B
Makefile

# $OpenBSD: Makefile,v 1.5 2012/03/29 13:39:01 sthen Exp $
COMMENT= command-line program for managing X selection contents
DISTNAME= xsel-1.2.0
CATEGORIES= x11
HOMEPAGE= http://www.vergenet.net/~conrad/software/xsel/
MAINTAINER= Scott Vokes <vokes.s@gmail.com>
# BSD-style
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= X11 c
MASTER_SITES= http://www.vergenet.net/~conrad/software/xsel/download/
SEPARATE_BUILD= Yes
USE_GROFF = Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ENV= LDFLAGS="-L${X11BASE}/lib"
.include <bsd.port.mk>