mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
31 lines
636 B
Makefile
31 lines
636 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
|
|
PORTREVISION= 2
|
|
CATEGORIES= comms hamradio
|
|
MASTER_SITES= ${MASTER_SITE_BERLIOS}
|
|
MASTER_SITE_SUBDIR= klog
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= ADIF compatible logging application
|
|
|
|
LIB_DEPENDS= hamlib:${PORTSDIR}/comms/hamlib
|
|
|
|
USE_AUTOTOOLS= libtool:15
|
|
INSTALLS_ICONS= yes
|
|
USE_GMAKE= yes
|
|
USE_KDELIBS_VER=3
|
|
|
|
DOCSDIR=share/doc/HTML
|
|
|
|
post-install:
|
|
@${INSTALL_DATA} ${WRKSRC}/src/klog.desktop \
|
|
${PREFIX}/share/applnk/Applications/klog.desktop
|
|
|
|
.include <bsd.port.mk>
|