blob: afb25e05a12fc2daff38da218981db70713842c1 (
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
31
32
33
34
35
36
37
38
|
# New ports collection makefile for: kbfx
# Date created: 2006-07-30
# Whom: makc <makc@issp.ac.ru>
#
# $FreeBSD$
#
PORTNAME= kbfx
PORTVERSION= 0.4.9.3.20070117
PORTREVISION= 1
CATEGORIES= misc kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=kbfx
DISTNAME= ${PORTNAME}-0.4.9.3-20070117
MAINTAINER= makc@issp.ac.ru
COMMENT= A new K-menu for KDE
BUILD_DEPENDS= ${CMAKE}:${PORTSDIR}/devel/cmake
CMAKE?= ${LOCALBASE}/bin/cmake
CMAKE_ARGS= -DCMAKE_BUILD_TYPE:STRING=Release \
-DCMAKE_INSTALL_PREFIX:PATH=${PREFIX} \
-DCMAKE_C_COMPILER:STRING="${CC}" \
-DCMAKE_CXX_COMPILER:STRING="${CXX}" \
-DCMAKE_CXX_FLAGS:STRING="${CXXFLAGS}" \
USE_BZIP2= yes
USE_GETTEXT= yes
USE_KDELIBS_VER=3
USE_LDCONFIG= yes
INSTALLS_ICONS= yes
USE_GCC= 3.4+
do-configure:
(cd ${WRKSRC} && ${CMAKE} ${CMAKE_ARGS})
.include <bsd.port.mk>
|