1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/sysutils/lineak-xosdplugin/Makefile
Rodrigo Osorio 05f0f44a55 */*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
2023-11-01 23:11:47 +01:00

36 lines
868 B
Makefile

PORTNAME= lineak-xosdplugin
PORTVERSION= 0.9
PORTREVISION= 10
CATEGORIES= sysutils deskutils
MASTER_SITES= SF/lineak/lineak_xosdplugin/${PORTNAME}-${PORTVERSION}
DIST_SUBDIR= lineak
MAINTAINER= ports@FreeBSD.org
COMMENT= Xosd-plugin for lineakd
WWW= https://lineak.sourceforge.net/
LICENSE= GPLv2
LIB_DEPENDS= libxosd.so:misc/xosd \
liblineak.so:sysutils/lineakd
USES= gmake libtool xorg
USE_LDCONFIG= yes
USE_XORG= x11 xext xt
GNU_CONFIGURE= yes
CONFIGURE_ARGS= ac_cv_path_xosd_config_script="${TRUE}" \
kde_cv_prog_cxx_fno_check_new=no
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip
PLIST_FILES= lib/lineakd/plugins/xosdplugin.so \
man/man1/lineak_xosdplugin.1.gz
post-patch:
@${REINPLACE_CMD} -e \
's|"-O2 $$CXXFLAGS"|"$$CXXFLAGS"| ; \
/LDFLAGS/s|-ldl||' ${WRKSRC}/configure
.include <bsd.port.mk>