aboutsummaryrefslogtreecommitdiff
path: root/deskutils/kooldock/Makefile
blob: 252fca607e029e04c8da226aaaa4b6944929175e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# New ports collection makefile for:   kooldock
# Date created:        8 February 2007
# Whom:                Gustavo Perez
#
# $FreeBSD$
#

PORTNAME=		kooldock
PORTVERSION=		0.4.7
PORTREVISION=	3
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:22
INSTALLS_ICONS=		yes
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>