pkgsrc/x11/xosd/Makefile.common
jperkin 5393242c73 *: Move SUBST_STAGE from post-patch to pre-configure
Performing substitutions during post-patch breaks tools such as mkpatches,
making it very difficult to regenerate correct patches after making changes,
and often leading to substituted string replacements being committed.
2018-07-04 13:40:07 +00:00

31 lines
825 B
Text

# $NetBSD: Makefile.common,v 1.29 2018/07/04 13:40:44 jperkin Exp $
#
# used by x11/xmms-osd/Makefile
DISTNAME= xosd-2.2.14
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libxosd/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://sourceforge.net/projects/libxosd/
LICENSE= gnu-gpl-v2
DISTINFO_FILE= ${.CURDIR}/../../x11/xosd/distinfo
PATCHDIR= ${.CURDIR}/../../x11/xosd/patches
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
SHLIBTOOL_OVERRIDE= libtool-disable-static
SUBST_CLASSES+= fixme
SUBST_STAGE.fixme= pre-configure
SUBST_FILES.fixme= configure
SUBST_SED.fixme= -e "s|-lpthread|"${PTHREAD_LIBS:M*:Q}"|g"
PTHREAD_AUTO_VARS= yes
.include "../../mk/pthread.buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/libXinerama/buildlink3.mk"