1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/comms/gpsk31/Makefile
Soeren Straarup e6d16f439e Change my MAINTAINER email to be my @FreeBSD email
Approved by:	tmclaugh
2006-09-29 22:01:22 +00:00

25 lines
493 B
Makefile

# New ports collection makefile for: gpsk31
# Date created: 2005-05-27
# Whom: Søren Straarup <xride@x12.dk>
#
# $FreeBSD$
PORTNAME= gpsk31
PORTVERSION= 0.3
PORTREVISION= 1
CATEGORIES= comms hamradio
MASTER_SITES= http://www.qsl.net/pg4i/download/
MAINTAINER= xride@FreeBSD.org
COMMENT= A gtk psk31 client
USE_GNOME= gtk20
GNU_CONFIGURE= yes
USE_X_PREFIX= yes
post-patch:
@${REINPLACE_CMD} -e "s,-lpthread,${PTHREAD_LIBS},g" ${WRKSRC}/configure
MAN1= gpsk31.1
.include <bsd.port.mk>