1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/deskutils/basket/Makefile
Markus Brueffer 3c05e977c3 - Since the projectsite has changed, the distfile has vanished and there is
only a development version avaiable on the new site, replace the MASTERSITE
  until the upcomming 0.5.0 version is considered stable
- Let WWW point to the new projectsite

Submitted by:	pointyhat via kris
2005-03-02 09:38:17 +00:00

26 lines
615 B
Makefile

# New ports collection makefile for: basket
# Date created: Mon Sep 8 19:32:42 CEST 2003
# Whom: Markus Brueffer <brueffer@phoenix-systems.de>
#
# $FreeBSD$
PORTNAME= basket
PORTVERSION= 0.4.0d
CATEGORIES= deskutils kde
MASTER_SITES= http://www.hitnet.rwth-aachen.de/~brueffer/distfiles/
MAINTAINER= markus@FreeBSD.org
COMMENT= Desktop organization tool
WRKSRC= ${WRKDIR}/${PORTNAME}-0.4
USE_KDELIBS_VER= 3
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_REINPLACE= yes
post-patch:
@${REINPLACE_CMD} -e 's/-O2//g; s/-lpthread/${PTHREAD_LIBS}/g' \
${WRKSRC}/${CONFIGURE_SCRIPT}
.include <bsd.port.mk>