pkgsrc/x11/xosd/Makefile.common
jmmv 83c784e871 Update xosd and xmms-osd to 2.2.8:
- investigated using indent. From now on I'll use these arguments to
  indent before releasing:
    indent -br -ce -bap -bbo -npcs -nprs -nsob -nut xosd.c
  (the program indent.sh should indent everything:) (Tim Wright)
- new version of osd_cat that can do percentage and slider bars (phil gees)
- speed optimisation (Piotr Chmura)
2004-07-05 08:00:01 +00:00

32 lines
741 B
Makefile

# $NetBSD: Makefile.common,v 1.13 2004/07/05 08:00:01 jmmv Exp $
#
DISTNAME= xosd-2.2.8
CATEGORIES= x11
MASTER_SITES= http://www.ignavus.net/
EXTRACT_SUFX= .tar.bz2
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
USE_BUILDLINK3= yes
USE_LIBTOOL= yes
USE_X11= yes
SHLIBTOOL_OVERRIDE= libtool-disable-static
CONFIGURE_ARGS+= --disable-xinerama
# 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_LDFLAGS}|g"
.include "../../mk/pthread.buildlink3.mk"