blob: 2a58bcec45c736f98168356572ec0492da663cab (
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
33
34
35
36
37
|
# New ports collection makefile for: kooldock
# Date created: 8 February 2007
# Whom: Gustavo Perez
#
# $FreeBSD$
#
PORTNAME= kooldock
PORTVERSION= 0.4.4
CATEGORIES= deskutils
MASTER_SITES= http://www.kde-apps.org/content/files/ \
http://www.kde-look.org/content/files/ \
http://freebsd.unixfreunde.de/sources/
DISTNAME= ${KDELOOKITEM}-${PORTNAME}
MAINTAINER= gustau.perez@gmail.com
COMMENT= OS-X dock-like for KDE
KDELOOKITEM= 50910
WRKSRC= ${WRKDIR}/kooldock
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_AUTOTOOLS= libtool:15 automake:19:env autoconf:259:env
INSTALLS_ICONS= yes
USE_GETTEXT= yes
USE_KDELIBS_VER= 3
pre-configure:
cd ${WRKSRC} && ${MAKE} -f Makefile.dist
MANCOMPRESSED= yes
.include <bsd.port.mk>
|