5bbd5cd2dc
Suggested by: rafan
26 lines
517 B
Makefile
26 lines
517 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.1.3
|
|
PORTREVISION= 3
|
|
CATEGORIES= x11-themes
|
|
MASTER_SITES= http://beta.smileaf.org/files/kdmtheme/ \
|
|
${MASTER_SITE_GENTOO:S/%SUBDIR%/distfiles/}
|
|
|
|
MAINTAINER= makc@issp.ac.ru
|
|
COMMENT= KDM Theme Manager
|
|
|
|
USE_KDEBASE_VER=3
|
|
USE_BZIP2= yes
|
|
USE_AUTOTOOLS= libtool:15
|
|
USE_GMAKE= yes
|
|
|
|
post-install:
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|