mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
36 lines
842 B
Makefile
36 lines
842 B
Makefile
# New ports collection makefile for: lineak-kdeplugins
|
|
# Date created: 2004-12-29
|
|
# Whom: Kay Lehmann <kay_lehmann@web.de>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= lineak-kdeplugins
|
|
PORTVERSION= 0.9
|
|
PORTREVISION= 2
|
|
CATEGORIES= sysutils deskutils
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= lineak
|
|
DIST_SUBDIR= lineak
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= KDE plugins for lineakd
|
|
|
|
LIB_DEPENDS= lineak.8:${PORTSDIR}/sysutils/lineakd
|
|
|
|
USE_KDELIBS_VER=3
|
|
USE_GMAKE= yes
|
|
USE_AUTOTOOLS= libtool:15
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
|
|
LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
|
|
CONFIGURE_ARGS+= --program-prefix=''
|
|
|
|
MAN1= lineak_kdeplugins.1
|
|
#MANCOMPRESSED= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|-ldl||' ${WRKSRC}/configure
|
|
@${REINPLACE_CMD} -e 's|-O2||' ${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|