Changeset View
Changeset View
Standalone View
Standalone View
emulators/riscv-fesvr/Makefile
- This file was added.
Property | Old Value | New Value |
---|---|---|
svn:eol-style | null | native \ No newline at end of property |
svn:keywords | null | FreeBSD=%H \ No newline at end of property |
svn:mime-type | null | text/plain \ No newline at end of property |
# $FreeBSD$ | |||||
PORTNAME= riscv-fesvr | |||||
PORTVERSION= 0.0.1 | |||||
PORTREVISION= 20170206 | |||||
CATEGORIES= emulators | |||||
MAINTAINER= lwhsu@FreeBSD.org | |||||
mat: This is not needed | |||||
COMMENT= RISC-V Frontend Server | |||||
LICENSE= BSD3CLAUSE | |||||
LICENSE_FILE= ${WRKSRC}/LICENSE | |||||
Done Inline ActionsThis is not needed mat: This is not needed | |||||
USE_GITHUB= yes | |||||
Done Inline ActionsAll this should be at the end, after the USES/USE block mat: All this should be at the end, after the USES/USE block | |||||
GH_ACCOUNT= freebsd-riscv | |||||
GH_TAGNAME= 10a0333 | |||||
USES= gmake | |||||
HAS_CONFIGURE= yes | |||||
USE_LDCONFIG= yes | |||||
Done Inline ActionsI don't care, but someone from the sort police will tell you these should be sorted. mat: I don't care, but someone from the sort police will tell you these should be sorted. | |||||
STRIP_FILES= bin/elf2hex \ | |||||
lib/libfesvr.so | |||||
post-patch: | |||||
${REINPLACE_CMD} -e \ | |||||
's|[(]install_libs_dir[)]/pkgconfig|(INSTALLDIR)/libdata/pkgconfig|g' \ | |||||
${WRKSRC}/Makefile.in | |||||
post-install: | |||||
. for f in ${STRIP_FILES} | |||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${f} | |||||
. endfor | |||||
.include <bsd.port.mk> |
This is not needed