2006-07-09 21:55:57 +02:00
|
|
|
# New ports collection makefile for: ktrack
|
|
|
|
# Date created: 22 February 2006
|
|
|
|
# Whom: Diane Bruce <db@db.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= ktrack
|
|
|
|
PORTVERSION= 0.3.0r1
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 9
|
2006-07-09 21:55:57 +02:00
|
|
|
CATEGORIES= comms hamradio
|
2009-08-22 02:15:15 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/0.3.0-rc1
|
2006-07-09 21:55:57 +02:00
|
|
|
DISTNAME= ${PORTNAME}-0.3.0-rc1
|
|
|
|
|
2007-01-19 19:14:20 +01:00
|
|
|
MAINTAINER= db@FreeBSD.org
|
2006-07-09 21:55:57 +02:00
|
|
|
COMMENT= Amateur Radio satellite tracking and prediction
|
|
|
|
|
2012-07-21 01:07:28 +02:00
|
|
|
RUN_DEPENDS= xplanet:${PORTSDIR}/astro/xplanet
|
2006-07-09 21:55:57 +02:00
|
|
|
LIB_DEPENDS= hamlib:${PORTSDIR}/comms/hamlib \
|
|
|
|
jpeg:${PORTSDIR}/graphics/jpeg
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}
|
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_KDEBASE_VER=3
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool
|
2006-07-09 21:55:57 +02:00
|
|
|
USE_GETTEXT= yes
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e "s,-lpthread,${PTHREAD_LIBS},g" ${WRKSRC}/configure
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
${MKDIR} ${PREFIX}/share/doc/HTML/en/ktrack
|
|
|
|
${MKDIR} ${PREFIX}/share/doc/HTML/en/ktrack/common
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/doc/en/index.cache.bz2 ${PREFIX}/share/doc/HTML/en/ktrack/
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/doc/en/index.docbook ${PREFIX}/share/doc/HTML/en/ktrack/
|
|
|
|
.endif
|
|
|
|
|
2007-10-04 02:24:54 +02:00
|
|
|
.include <bsd.port.mk>
|