mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56:27 -04:00
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
25 lines
521 B
Makefile
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>
|