mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
da3162c7c9
Per discussion with bapt on helping pkg handle the changing of these deps and avoiding impossible upgrade senarios. PR: 246767 Reviewed by: manu, bapt Approved by: x11 Differential Revision: https://reviews.freebsd.org/D30824
29 lines
640 B
Makefile
29 lines
640 B
Makefile
PORTNAME= SASM
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 3.11.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= freebsd@sysctl.cz
|
|
COMMENT= Simple IDE for NASM, MASM, GAS and FASM assembly languages
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= compiler:c++11-lang gl qmake qt:5
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= Dman95
|
|
USE_GL= gl
|
|
USE_QT= core gui network widgets buildtools_build
|
|
|
|
DATADIR= ${PREFIX}/share/sasm
|
|
DOCSDIR= ${PREFIX}/share/doc/sasm
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|' ${WRKSRC}/BSD/share/applications/sasm.desktop
|
|
|
|
post-install:
|
|
@${STRIP_CMD} ${STAGEDIR}/${PREFIX}/bin/sasm
|
|
|
|
.include <bsd.port.mk>
|