blob: f7b27646b50e040312b3f3ac62ad104047ff3d6a (
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
|
# New ports collection makefile for: grig
# Date created: 2004-01-22
# Whom: Matt Dawson <matt@mattsnetwork.co.uk>
#
# $FreeBSD$
PORTNAME= grig
PORTVERSION= 0.7.2
CATEGORIES= comms hamradio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= groundstation
MAINTAINER= matt@chronos.org.uk
COMMENT= Amateur Radio control front-end
LIB_DEPENDS= hamlib:${PORTSDIR}/comms/hamlib
USE_GNOME= gtk20
GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ARGS= --mandir=${PREFIX}/man
MAN1= grig.1
.include <bsd.port.mk>
|