blob: ae9c903b2511cd9c71283f6a9637cf5f6d37a7bc (
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
|
## 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= 1
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
GNU_CONFIGURE= yes
USE_GMAKE= yes
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
|