freebsd-ports/comms/flwrap/Makefile
Diane Bruce eed76459af Follow upstream move from self hosted to SourceForge
Same binary just re-rolled to reflect change.
2018-01-10 18:58:11 +00:00

32 lines
650 B
Makefile

# Created by: Diane Bruce <db@db.net>
# $FreeBSD$
PORTNAME= flwrap
PORTVERSION= 1.3.4
PORTREVISION= 2
CATEGORIES= comms hamradio
MASTER_SITES= SF/fldigi/${PORTNAME}
MAINTAINER= hamradio@FreeBSD.org
COMMENT= Flwrap is a companion utility for fldigi
LICENSE= GPLv2
LIB_DEPENDS= libfltk.so:x11-toolkits/fltk
USES= gmake dos2unix
GNU_CONFIGURE= yes
CONFIGURE_ENV= FLTK_CONFIG="${LOCALBASE}/bin/fltk-config"
OPTIONS_DEFINE= DOCS
post-configure:
@${REINPLACE_CMD} -e 's|^CPPFLAGS|#CPPFLAGS|' \
${WRKSRC}/src/Makefile
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>