1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/deskutils/kooldock/Makefile
Alex Kozlov e159824929 - Convert USE_GETTEXT to USES (part 3)
Approved by:	portmgr (bapt)
2013-04-24 18:10:30 +00:00

32 lines
653 B
Makefile

# New ports collection makefile for: kooldock
# Date created: 8 February 2007
# Whom: Gustavo Perez
#
# $FreeBSD$
#
PORTNAME= kooldock
PORTVERSION= 0.4.7
PORTREVISION= 6
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
USES= gettext
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>