freebsd-ports/x11-themes/kdmtheme/Makefile
Ade Lovett f68e1ba015 Post libtool-conversion fixups
Submitted by:	pointyhat
Approved by:	portmgr (implicit)
2006-02-26 02:06:46 +00:00

28 lines
561 B
Makefile

## New ports collection makefile for: KDM theme manager
# Date created: 12 April 2005
# Whom: illusia <illusia@inbox.lv>
#
# $FreeBSD$
#
PORTNAME= kdmtheme
PORTVERSION= 0.9
PORTREVISION= 2
CATEGORIES= x11-themes
MASTER_SITES= http://smileaf.org/files/
DISTNAME= kdmtheme-${PORTVERSION}
MAINTAINER= illusia@inbox.lv
COMMENT= KDM Theme Manager
EXTRA_PATCHES= ${.CURDIR}/../../x11/kde3/files/extrapatch-old_configure
USE_KDEBASE_VER=3
USE_BZIP2= yes
USE_AUTOTOOLS= libtool:15
USE_GMAKE= yes
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>