pkgsrc/x11/xosd/Makefile.common

34 lines
765 B
Makefile
Raw Normal View History

# $NetBSD: Makefile.common,v 1.17 2004/11/30 01:34:41 xtraeme Exp $
DISTNAME= xosd-2.2.12
CATEGORIES= x11
MASTER_SITES= http://www.ignavus.net/
EXTRACT_SUFX= .tar.bz2
2003-07-18 00:50:55 +02:00
MAINTAINER= jmmv@NetBSD.org
HOMEPAGE= http://www.ignavus.net/software.html
DISTINFO_FILE= ${.CURDIR}/../../x11/xosd/distinfo
PATCHDIR= ${.CURDIR}/../../x11/xosd/patches
GNU_CONFIGURE= yes
2004-02-19 16:00:38 +01:00
USE_BUILDLINK3= yes
USE_LIBTOOL= yes
USE_X11= yes
SHLIBTOOL_OVERRIDE= libtool-disable-static
CONFIGURE_ARGS+= --disable-xinerama
2004-03-20 02:51:03 +01:00
# Avoid an ICE on sparc64 with gcc2
CONFIGURE_ENV+= F77=${FALSE}
SUBST_CLASSES+= fixme
SUBST_STAGE.fixme= post-patch
SUBST_FILES.fixme= configure
SUBST_SED.fixme= -e "s|-lpthread|${PTHREAD_LIBS}|g"
PTHREAD_AUTO_VARS= yes
2004-02-19 16:00:38 +01:00
.include "../../mk/pthread.buildlink3.mk"