mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Install includes
- Convert USE_BZIP2 to USES - Respect user-set LDFLAGS - Whitespace fix in pkg-descr PR: 188258 Submitted by: amdmi3 Approved by: maintainer timeout
This commit is contained in:
parent
667da16725
commit
454cceb7c9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=351895
2 changed files with 7 additions and 4 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= avra
|
||||
PORTVERSION= 1.3.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}
|
||||
|
||||
|
@ -16,13 +17,13 @@ OPTIONS_DEFINE= DOCS EXAMPLES
|
|||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/src
|
||||
|
||||
USES= gmake
|
||||
USE_BZIP2= yes
|
||||
USES= tar:bzip2 gmake
|
||||
MAKEFILE= ${WRKSRC}/makefiles/Makefile.linux
|
||||
MAKE_ARGS= CC="${CC}" LD="${CC}" CFLAGS="${CFLAGS}" LDFLAGS=""
|
||||
MAKE_ARGS= CC="${CC}" LD="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
|
||||
PORTDOCS= *
|
||||
PORTEXAMPLES= *
|
||||
PORTDATA= *
|
||||
PLIST_FILES= bin/avra
|
||||
|
||||
do-install:
|
||||
|
@ -31,5 +32,7 @@ do-install:
|
|||
(cd ${WRKSRC}/../doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})
|
||||
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
||||
(cd ${WRKSRC}/../examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR})
|
||||
@${MKDIR} ${STAGEDIR}${DATADIR}
|
||||
(cd ${WRKSRC}/.. && ${COPYTREE_SHARE} includes ${STAGEDIR}${DATADIR})
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
avra is an GNU GPL'ed assembler for the Atmel AVR microcontrollers.
|
||||
See the file COPYING for more information regarding the license.
|
||||
|
||||
WWW: http://avra.sourceforge.net/
|
||||
WWW: http://avra.sourceforge.net/
|
||||
|
|
Loading…
Add table
Reference in a new issue