2007-02-12 09:02:23 +01:00
|
|
|
# New ports collection makefile for: kooldock
|
|
|
|
# Date created: 8 February 2007
|
|
|
|
# Whom: Gustavo Perez
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= kooldock
|
2007-12-18 19:40:12 +01:00
|
|
|
PORTVERSION= 0.4.7
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 6
|
2007-02-12 09:02:23 +01:00
|
|
|
CATEGORIES= deskutils
|
2009-08-22 02:18:43 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20${PORTVERSION}/${PORTNAME}-${PORTVERSION}.tar.bz2
|
2007-02-12 09:02:23 +01:00
|
|
|
|
|
|
|
MAINTAINER= gustau.perez@gmail.com
|
|
|
|
COMMENT= OS-X dock-like for KDE
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/kooldock
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool
|
2007-02-12 09:02:23 +01:00
|
|
|
USE_GETTEXT= yes
|
|
|
|
USE_KDELIBS_VER= 3
|
2007-12-18 19:40:12 +01:00
|
|
|
USE_BZIP2= yes
|
2007-02-12 09:02:23 +01:00
|
|
|
|
|
|
|
pre-configure:
|
2007-12-18 19:40:12 +01:00
|
|
|
@cd ${WRKSRC}/admin && ${RM} -f ltmain.sh && ${CP} -f ${LTMAIN} .
|
2007-02-12 09:02:23 +01:00
|
|
|
|
|
|
|
MANCOMPRESSED= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|