mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
- Update to 0.24 [1]
- Respect ${CC} - Unconditionally define ${PORTDOCS}, since ${NOPORTDOCS} is now checked by bsd.port.mk - s/YES/yes/ [1]: PR: ports/85689 Submitted by: maintainer
This commit is contained in:
parent
19687d2889
commit
8bdd716c10
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=141847
@ -6,18 +6,18 @@
|
||||
#
|
||||
|
||||
PORTNAME= libowfat
|
||||
PORTVERSION= 0.23
|
||||
PORTVERSION= 0.24
|
||||
CATEGORIES= devel ipv6
|
||||
MASTER_SITES= http://dl.fefe.de/
|
||||
|
||||
MAINTAINER= tmseck@netcologne.de
|
||||
COMMENT= A general purpose library based on code by D. J. Bernstein
|
||||
|
||||
USE_BZIP2= YES
|
||||
USE_GMAKE= YES
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
|
||||
MAKEFILE= GNUmakefile
|
||||
MAKE_ENV+= INSTALL="${INSTALL}"
|
||||
MAKE_ENV= INSTALL="${INSTALL}" CC="${CC}"
|
||||
|
||||
OPTIONS= LIBOWFAT_OPTIMIZED_CFLAGS "Use optimized CFLAGS" on
|
||||
|
||||
@ -36,9 +36,7 @@ include= array.h buffer.h byte.h case.h dns.h errmsg.h fmt.h \
|
||||
uint16.h uint32.h uint64.h
|
||||
PLIST_DIRS= include/libowfat
|
||||
PLIST_FILES= ${include:S,^,include/libowfat/,} lib/libowfat.a
|
||||
.if!defined(NOPORTDOCS)
|
||||
PORTDOCS= CHANGES README TODO
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (libowfat-0.23.tar.bz2) = 08b0686d2423dc586fe732ee3c51b0c3
|
||||
SIZE (libowfat-0.23.tar.bz2) = 113666
|
||||
MD5 (libowfat-0.24.tar.bz2) = a38b74998a45fd6c47e93e0fec1f6560
|
||||
SIZE (libowfat-0.24.tar.bz2) = 112302
|
||||
|
Loading…
Reference in New Issue
Block a user