1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/deskutils/superkaramba/Makefile
Markus Brueffer 637d3b46f7 - Distfile was rerolled. Changes:
o Entries for 0.36 added to the Changelog
  o Regeneration of autogenerated documentation. Therefore minor changes in
    examples/python_api.html
    doc/python_api/python_api.html
  o Updated version string in src/main.cpp
- Add additional touch(1) to fix the buildsystem of the new tarball

Submitted by:	Adam Stroud <adam.stroud@gmail.com>
		pointyhat via kris
2005-05-17 13:02:46 +00:00

47 lines
1.1 KiB
Makefile

# New ports collection makefile for: superkaramba
# Date created: Sat Nov 8 20:23:31 CET 2003
# Whom: Markus Brueffer <brueffer@phoenix-systems.de>
#
# $FreeBSD$
PORTNAME= superkaramba
PORTVERSION= 0.36
PORTREVISION= 1
CATEGORIES= deskutils kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= netdragon
MAINTAINER= markus@FreeBSD.org
COMMENT= KDE tool that allows interactive eye-candy on the desktop
EXTRA_PATCHES= ${.CURDIR}/../../x11/kde3/files/extrapatch-old_configure
USE_KDEBASE_VER= 3
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GNOME= glib12 gtk12
USE_PYTHON= yes
INSTALLS_SHLIB= yes
USE_REINPLACE= yes
CONFIGURE_ARGS+= --with-pythondir=${PYTHON_INCLUDEDIR}
OPTIONS= XMMS "XMMS support" off \
XMBMON "Mainboard monitor support" on
.include <bsd.port.pre.mk>
.if defined(WITH_XMMS)
LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms
.endif
.if defined(WITH_XMBMON)
RUN_DEPENDS= mbmon:${PORTSDIR}/sysutils/xmbmon
.endif
post-patch:
@${REINPLACE_CMD} -e 's|-O2 ||g;' ${WRKSRC}/${CONFIGURE_SCRIPT}
@${TOUCH} ${WRKSRC}/config.h.in
.include <bsd.port.post.mk>