freebsd-ports/deskutils/kooldock/Makefile
Koop Mast 4166abb7e4 Remove INSTALLS_ICONS from kde ports.
In the soon to be committed glib and gtk update, the INSTALLS_ICONS macro
will gain the long missing gtk-update-icon-theme dependancy.
After talking with members from of our KDE team. There isn't any indication
that this gtk util is usefull for KDE.
2011-07-29 17:53:22 +00:00

32 lines
656 B
Makefile

# New ports collection makefile for: kooldock
# Date created: 8 February 2007
# Whom: Gustavo Perez
#
# $FreeBSD$
#
PORTNAME= kooldock
PORTVERSION= 0.4.7
PORTREVISION= 5
CATEGORIES= deskutils
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20${PORTVERSION}/${PORTNAME}-${PORTVERSION}.tar.bz2
MAINTAINER= gustau.perez@gmail.com
COMMENT= OS-X dock-like for KDE
WRKSRC= ${WRKDIR}/kooldock
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_AUTOTOOLS= libtool
USE_GETTEXT= yes
USE_KDELIBS_VER= 3
USE_BZIP2= yes
pre-configure:
@cd ${WRKSRC}/admin && ${RM} -f ltmain.sh && ${CP} -f ${LTMAIN} .
MANCOMPRESSED= yes
.include <bsd.port.mk>