mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
8503536d38
Approved by: portmgr (kris)
24 lines
558 B
Makefile
24 lines
558 B
Makefile
# New ports collection makefile for: karamba
|
|
# Date created: 9 April 2003
|
|
# Whom: Scott A. Moberly
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= karamba
|
|
PORTVERSION= 0.17
|
|
PORTREVISION= 5
|
|
CATEGORIES= deskutils
|
|
MASTER_SITES= http://www.efd.lth.se/~d98hk/karamba/src/
|
|
|
|
MAINTAINER= smoberly@karamazov.org
|
|
COMMENT= Display various information right on your desktop
|
|
|
|
EXTRA_PATCHES= ${.CURDIR}/../../comms/kallers/files/patch-configure
|
|
|
|
USE_KDELIBS_VER=3
|
|
USE_AUTOTOOLS= libtool:15
|
|
INSTALLS_SHLIB= yes
|
|
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
|
|
|
.include <bsd.port.mk>
|