mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
5ad4e25607
PR: ports/102751 Submitted by: Diane Bruce <db@db.net> Approved by: maintainer timeout (az, 1 month)
27 lines
573 B
Makefile
27 lines
573 B
Makefile
# New ports collection makefile for: klog
|
|
# Date created: 2004-07-05
|
|
# Whom: Matt Dawson <matt@mattsnetwork.co.uk>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= klog
|
|
PORTVERSION= 0.3.3
|
|
CATEGORIES= comms hamradio
|
|
MASTER_SITES= ${MASTER_SITE_BERLIOS}
|
|
MASTER_SITE_SUBDIR= klog
|
|
|
|
MAINTAINER= az@FreeBSD.org
|
|
COMMENT= ADIF compatible logging application
|
|
|
|
LIB_DEPENDS= hamlib:${PORTSDIR}/comms/hamlib
|
|
|
|
USE_AUTOTOOLS= libtool:15
|
|
USE_GMAKE= yes
|
|
USE_KDELIBS_VER=3
|
|
|
|
post-install:
|
|
@${INSTALL_DATA} ${WRKSRC}/src/klog.desktop \
|
|
${PREFIX}/share/applnk/Applications/klog.desktop
|
|
|
|
.include <bsd.port.mk>
|