blob: 360254580d4ec097c172e7d1245be190b1223ec5 (
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
|
## 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= 3
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:19:env autoconf:262:env libtool:22
USE_GMAKE= yes
pre-configure:
@(cd ${WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${SH} admin/cvs.sh dist)
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
|