diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-03 21:08:30 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-03 21:08:30 +0000 |
commit | b69470380bc261f686a8e0577027630dc898d854 (patch) | |
tree | 83afa82e781691a039ceaeeaf31ca57a374d2a2f /deskutils/basket/Makefile | |
parent | 342c774626811658f3c8ec19f198cb96aa833dcf (diff) |
Notes
Diffstat (limited to 'deskutils/basket/Makefile')
-rw-r--r-- | deskutils/basket/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/deskutils/basket/Makefile b/deskutils/basket/Makefile new file mode 100644 index 000000000000..adabeeaa39a3 --- /dev/null +++ b/deskutils/basket/Makefile @@ -0,0 +1,26 @@ +# 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.3 +CATEGORIES= deskutils kde +MASTER_SITES= http://www.sebastien.laout.tuxfamily.org/basket/ + +MAINTAINER= brueffer@phoenix-systems.de +COMMENT= Desktop organization tool + +USE_KDELIBS_VER= 3 +USE_GMAKE= yes +GNU_CONFIGURE= yes +USE_REINPLACE= yes + +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} + +post-patch: + @${REINPLACE_CMD} -e 's/-O2//g; s/-lpthread/${PTHREAD_LIBS}/g' \ + ${WRKSRC}/${CONFIGURE_SCRIPT} + +.include <bsd.port.mk> |