1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/net/knemo-kde4/Makefile
Markus Brueffer e6d2928d91 - Update to version 0.4.0
- Use MASTER_SITE_LOCAL to provide an own distfile, since the original one
  was created with unsermake. Apart from the buildsystem there are no changes.
- Change WWW in pkg-descr to point to the new projectsite
2006-04-03 08:23:08 +00:00

29 lines
569 B
Makefile

# New ports collection makefile for: knemo
# Date created: Sat Jan 22 00:20:26 CET 2005
# Whom: Markus Brueffer <markus@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= knemo
PORTVERSION= 0.4.0
CATEGORIES= net kde
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= markus
MAINTAINER= markus@FreeBSD.org
COMMENT= Network monitor for KDE
USE_BZIP2= yes
USE_KDELIBS_VER=3
USE_GMAKE= yes
USE_AUTOTOOLS= libtool:15
USE_REINPLACE= yes
post-patch:
@${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT}
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>