The software hasn't been updated since 2002 and is probably full of security problems. Two packages were using it. (gpsdrive has a newer version in wip.)
29 lines
787 B
Text
29 lines
787 B
Text
# $NetBSD: Makefile.common,v 1.30 2019/07/21 10:34:52 wiz Exp $
|
|
|
|
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"
|