d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
25 lines
493 B
Makefile
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>
|