mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
4fe8539a86
- Move to LOCALBASE - Change maintainer's email address - Workaround for autoconf 2.6.0 (mandir) PR: ports/103301 Submitted by: Matt Dawson <matt at mattsnetwork.co.uk> (maintainer)
26 lines
523 B
Makefile
26 lines
523 B
Makefile
# New ports collection makefile for: grig
|
|
# Date created: 2004-01-22
|
|
# Whom: Matt Dawson <matt@mattsnetwork.co.uk>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= grig
|
|
PORTVERSION= 0.7.1
|
|
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>
|