pkgsrc-wip/xclipboard/Makefile
Thomas Klausner 6ead56a3d6 Update to 1.1.2:
1.1.2:
This bug fix release avoids crashes on long strings/filenames, and
adjusts the gui layout to make the Accept & Cancel buttons more usable.

Alan Coopersmith (1):
       xclipboard 1.1.2

Gaetan Nadon (4):
       config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
       man: remove trailing spaces and tabs
       man: replace hard coded man page section with substitution strings
       config: move man pages into their own directory

Kees Cook (1):
       xclipboard: avoid overflow crash when building labels

Stanislav Maslovski (1):
       Change resource to better position Accept/Cancel. #17364


1.1.1:

This minor maintenance release provides the usual recent collection of
build configuration improvements and janitorial cleanups.

Alan Coopersmith (7):
      Fill in COPYING file with copyright notices from source code
      config: upgrade to util-macros 1.8 for additional man page support
      config: Remove unnecessary calls from configure.ac
      config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
      Purge CVS version tags
      include "config.h" in *.c files for autoconf definitions
      xclipboard 1.1.1

Gaetan Nadon (7):
      .gitignore: use common defaults with custom section # 24239
      Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
      Deploy the new XORG_DEFAULT_OPTIONS #24242
      INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
      Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
      configure.ac: use backticks rather than $() for cmd subs
      config: update AC_PREREQ statement to 2.60
2012-09-13 14:15:28 +00:00

21 lines
539 B
Makefile

# $NetBSD: Makefile,v 1.5 2012/09/13 14:15:28 thomasklausner Exp $
#
DISTNAME= xclipboard-1.1.2
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= lars.nordlund@hem.utfors.se
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= Manage the X server clipboard
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXaw/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"