Alan Coopersmith (6): Fix libICE build after code motion in d192bac409... Constify string argument to is_numeric Constify path argument to trans_mkdir() xfs segfaults in _FontTransSocketReopen when cloning itself Fix ifdef checks for SVR4 to do the right thing on Solaris Version 1.2.4 Benjamin Close (2): Revert "Fix "XXX declared 'static' but not defined"" Update is_numeric base on the declaration change in 389e01fb51ba2d708015e27d8fc17c88a0e55802 Paulo Cesar Pereira de Andrade (1): Janitor: Correct make distcheck and compiler warnings. Tomas Carnecky (2): Fix "warning: format not a string literal and no format arguments" Fix "XXX declared 'static' but not defined"
20 lines
461 B
Makefile
20 lines
461 B
Makefile
# $NetBSD: Makefile,v 1.15 2009/08/09 22:19:38 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= xtrans-1.2.4
|
|
CATEGORIES= x11 net
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= Network API translation layer to insulate X
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
PKGCONFIG_OVERRIDE+= xtrans.pc.in
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|