ports/devel/sasm/Makefile
Yuri Victorovich 4e06d8d6a5 devel/sasm: Fix index breakage
This is related to some recent change in the Qt-related infrastructure.
It isn't clear why this caused index breakeage, and not just a port breakage.

Reported by:	portsnap
2018-06-29 01:19:19 +00:00

25 lines
521 B
Makefile

# $FreeBSD$
PORTNAME= SASM
DISTVERSIONPREFIX= v
DISTVERSION= 3.9.0
CATEGORIES= devel
MAINTAINER= martinfilla@post.cz
COMMENT= Simple IDE for NASM, MASM, GAS and FASM assembly languages
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
USES= qmake qt:5
USE_GITHUB= yes
GH_ACCOUNT= Dman95
USE_QT= core gui network widgets buildtools_build
USE_GL= gl
DATADIR= ${PREFIX}/share/sasm
post-patch:
@${REINPLACE_CMD} -e 's|/usr/share|${PEFIX}/share|' ${WRKSRC}/Linux/share/applications/sasm.desktop
.include <bsd.port.mk>