mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
7852b2a33c
src/Base64Encoder.cpp:170:25: error: cast from pointer to smaller type 'char' loses information retval[outlength]=(char) NULL; ^~~~~~~~~~~ http://beefy12.nyi.freebsd.org/data/head-amd64-default/p479076_s338486/logs/errors/rudeconfig-5.0.5_2.log - Make sure all files use Unix line endings PR: 230920 Submitted by: tobik Approved by: lowmaster@web.de (maintainer timeout, 2 weeks)
25 lines
514 B
Makefile
25 lines
514 B
Makefile
# Created by: Hardy Schumacher <lowmaster@web.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rudeconfig
|
|
PORTVERSION= 5.0.5
|
|
PORTREVISION= 3
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.rudeserver.com/config/download/
|
|
|
|
MAINTAINER= lowmaster@web.de
|
|
COMMENT= Library for handling configuration files, written in C++
|
|
|
|
USES= dos2unix libtool
|
|
DOS2UNIX_GLOB= *
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
pre-install:
|
|
${CHMOD} 744 ${WRKSRC}/install-sh
|
|
|
|
post-install:
|
|
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/librudeconfig.so
|
|
|
|
.include <bsd.port.mk>
|