- Remove support for EOL FreeBSD releases. [1]
- Replace pkg-plist with PLIST_FILES. [1] - Add backup distribution site. PR: ports/111943 [1] Approved by: ehaupt (mentor)
This commit is contained in:
parent
9ce19b5e36
commit
feb17f718f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=190761
2 changed files with 5 additions and 11 deletions
|
@ -7,7 +7,9 @@
|
|||
PORTNAME= libfec
|
||||
PORTVERSION= 3.0
|
||||
CATEGORIES= comms astro hamradio math
|
||||
MASTER_SITES= http://www.ka9q.net/code/fec/
|
||||
MASTER_SITES= http://www.ka9q.net/code/fec/ \
|
||||
${MASTER_SITE_LOCAL}
|
||||
MASTER_SITE_SUBDIR= db
|
||||
DISTNAME= fec-${PORTVERSION}
|
||||
|
||||
MAINTAINER= db@FreeBSD.org
|
||||
|
@ -21,14 +23,9 @@ GNU_CONFIGURE= yes
|
|||
USE_GMAKE= yes
|
||||
USE_LDCONFIG= yes
|
||||
ONLY_FOR_ARCHS= i386
|
||||
PLIST_FILES= include/fec.h lib/libfec.so lib/libfec.a
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's|gcc|${CC}|g' ${WRKSRC}/makefile.in
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
USE_GCC= 3.4+
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
include/fec.h
|
||||
lib/libfec.so
|
||||
lib/libfec.a
|
Loading…
Reference in a new issue