1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/comms/gpsk31/Makefile
Edwin Groothuis 49441ef88d [PATCH] comms/gpsk31: [fix pkg-plist and unbreak]
PR:		ports/93323
Submitted by:	Søren Straarup <xride@beacon.x12.dk>
2006-02-15 05:46:07 +00:00

26 lines
507 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@x12.dk
COMMENT= A gtk psk31 client
USE_GNOME= gtk20
GNU_CONFIGURE= yes
USE_X_PREFIX= yes
USE_REINPLACE= yes
post-patch:
@${REINPLACE_CMD} -e "s,-lpthread,${PTHREAD_LIBS},g" ${WRKSRC}/configure
MAN1= gpsk31.1
.include <bsd.port.mk>