2004-03-09 13:12:30 +00:00
|
|
|
# New ports collection makefile for: ksig
|
|
|
|
# Date created: 11 Febrary 2004
|
|
|
|
# Whom: Michael Nottebrock <lofi@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= ${KSIG_PORTNAME}
|
|
|
|
PORTVERSION= ${KSIG_PORTVERSION}
|
2010-03-28 06:47:48 +00:00
|
|
|
PORTREVISION= 3
|
2004-03-09 13:12:30 +00:00
|
|
|
CATEGORIES= misc kde
|
|
|
|
MASTER_SITES= ${MASTER_SITE_KDE}
|
2004-08-30 19:55:42 +00:00
|
|
|
MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src
|
2004-03-09 13:12:30 +00:00
|
|
|
DIST_SUBDIR= KDE
|
|
|
|
|
2011-07-07 17:21:58 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2004-03-09 13:12:30 +00:00
|
|
|
COMMENT= Signature randomiser, available standalone or as a plugin within KMail
|
|
|
|
|
|
|
|
KDE_SPLIT= ${KSIG_PORTNAME:S/${KDE_SPLIT_DIST}-//}
|
|
|
|
KDE_DOC_SPLIT= # none
|
|
|
|
USE_KDELIBS_VER=3
|
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
PREFIX= ${KDE_PREFIX}
|
2010-12-04 07:34:27 +00:00
|
|
|
USE_AUTOTOOLS= libtool
|
2004-03-09 13:12:30 +00:00
|
|
|
USE_GMAKE= yes
|
|
|
|
|
2007-03-13 19:13:51 +00:00
|
|
|
USE_LDCONFIG= yes
|
2004-03-09 13:12:30 +00:00
|
|
|
|
2008-08-18 09:22:07 +00:00
|
|
|
PLIST_SUB+= KDE_VER="${KDE_VERSION}"
|
|
|
|
|
2004-03-09 13:12:30 +00:00
|
|
|
.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
|
|
|
|
.include "${.CURDIR}/../../misc/kdeaddons3/Makefile.split"
|
|
|
|
.include <bsd.port.mk>
|