freebsd-ports/comms/gpsk31/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +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= 2
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>