blob: 2199e172f1fd34a7f9c1f8a4917ab47bea3b5fbd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# New ports collection makefile for: korelib
# Date created: 10 May 2001
# Whom: will
#
# $FreeBSD$
#
PORTNAME= korelib
PORTVERSION= 1.0
PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= http://www.smga3000.com/thekompany/Korelib/
MAINTAINER= ports@FreeBSD.org
COMMENT= A cross-platform C++ library for developing modular applications
USE_REINPLACE= yes
USE_GMAKE= yes
USE_AUTOMAKE_VER= 14
MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
AUTOHEADER="${TRUE}"
INSTALLS_SHLIB= yes
post-patch:
@${FIND} ${WRKSRC} -name "Makefile.am" | ${XARGS} ${REINPLACE_CMD} -e \
's|include kore demo|include kore|g ; \
s|= -g -O2 -Wall|= @CXXFLAGS@|g'
.include <bsd.port.mk>
|