mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
03b42818c9
Reminded by: miwi
32 lines
704 B
Makefile
32 lines
704 B
Makefile
## New ports collection makefile for: KDM theme manager
|
|
# Date created: 12 April 2005
|
|
# Whom: illusia <illusia@inbox.lv>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= kdmtheme
|
|
PORTVERSION= 1.2.2
|
|
PORTREVISION= 5
|
|
CATEGORIES= x11-themes
|
|
MASTER_SITES= http://beta.smileaf.org/files/kdmtheme/ \
|
|
${MASTER_SITE_GENTOO:S/%SUBDIR%/distfiles/}
|
|
|
|
MAINTAINER= makc@FreeBSD.org
|
|
COMMENT= KDM Theme Manager
|
|
|
|
USE_KDEBASE_VER=3
|
|
USE_BZIP2= yes
|
|
USE_PERL5_BUILD=yes
|
|
USE_AUTOTOOLS= automake:env autoconf:env libtool autoheader:env
|
|
USE_GMAKE= yes
|
|
AUTOTOOLSFILES= admin/detect-autoconf.sh
|
|
|
|
pre-configure:
|
|
@(cd ${WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${SH} admin/cvs.sh dist)
|
|
|
|
post-install:
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|