blob: ad52cd5ce5b61fb22d6b936bae3a39ee32de3254 (
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
|
# New ports collection makefile for: klog
# Date created: 2004-07-05
# Whom: Matt Dawson <matt@mattsnetwork.co.uk>
#
# $FreeBSD$
PORTNAME= klog
PORTVERSION= 0.4.2
PORTREVISION= 1
CATEGORIES= comms hamradio
MASTER_SITES= BERLIOS
MAINTAINER= ports@FreeBSD.org
COMMENT= A ham radio logging application for KDE
LIB_DEPENDS= hamlib.2:${PORTSDIR}/comms/hamlib
USE_KDELIBS_VER= 3
USE_GMAKE= yes
USE_AUTOTOOLS= autoconf:261:env automake:19:env libtool:15:env
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
post-extract:
@${RM} -f ${WRKSRC}/po/gl.po
pre-configure:
@cd ${WRKSRC} \
&& ${RM} -f admin/libtool.m4.in admin/ltmain.sh \
&& ${CP} -f ${LIBTOOL_M4} admin/libtool.m4.in \
&& ${CP} -f ${LTMAIN} admin/ltmain.sh \
&& ${SETENV} ${MAKE_ENV} ${GMAKE} -f admin/Makefile.common
.include <bsd.port.mk>
|