mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
f34c7cf5f6
Approved by: maintainer timeout (4 weeks)
34 lines
895 B
Makefile
34 lines
895 B
Makefile
# New ports collection makefile for: ksetisaver
|
|
# Date created: 18 January 2003
|
|
# Whom: Scott A. Moberly <smoberly@karamazov.org>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ksetisaver
|
|
PORTVERSION= 0.3.4
|
|
PORTREVISION= 2
|
|
CATEGORIES= astro kde
|
|
MASTER_SITES= http://www.frozenlight.de/content/ksetisaver/
|
|
|
|
MAINTAINER= smoberly@karamazov.org
|
|
COMMENT= A KDE screensaver frontend for the Linux seti@home client
|
|
|
|
USE_KDELIBS_VER=3
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_REINPLACE= yes
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e "s,/opt/seti,/var/db/setiathome," \
|
|
${WRKSRC}/ksetisaver/configdialogR2.cpp \
|
|
${WRKSRC}/ksetisaver/configdialogR2.ui \
|
|
${WRKSRC}/ksetisaver/configuration.cpp \
|
|
${WRKSRC}/po/de.po \
|
|
${WRKSRC}/po/fr.po \
|
|
${WRKSRC}/po/zh_CN.GB2312.po \
|
|
${WRKSRC}/po/ksetisaver.pot
|
|
@${REINPLACE_CMD} -e 's|-O2||g; s|-lpthread|${PTHREAD_LIBS}|g' \
|
|
${WRKSRC}/${CONFIGURE_SCRIPT}
|
|
|
|
.include <bsd.port.mk>
|