Fixes aarch64 build. Reduces depends on obsolete LLVM 4.0. PR: 230116 Submitted by: mikael.urankar@gmail.com Approved by: theraven (prior version) Sponsored by: DARPA, AFRL
19 lines
394 B
Makefile
19 lines
394 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= gspdf
|
|
PORTVERSION= 0.5
|
|
PORTREVISION= 8
|
|
CATEGORIES= print gnustep
|
|
MASTER_SITES= SAVANNAH/gap
|
|
DISTNAME= GSPdf-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Postscript and Pdf Viewer for GNUstep
|
|
|
|
USES= ghostscript gnustep
|
|
USE_GNUSTEP= back build
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/GSPdf.app/GSPdf
|
|
|
|
.include <bsd.port.mk>
|