openbsd-ports/devel/cxxtools/Makefile
naddy 5ba9e6cafd Epoch bump for lang/gcc/3.3 because the version number shouldn't
count as older than one from 2005.

Revision bump for all ports that depend on libstdc++-3 because the
package specs have changed.
2011-01-15 01:07:45 +00:00

38 lines
742 B
Makefile

# $OpenBSD: Makefile,v 1.4 2011/01/15 01:07:45 naddy Exp $
COMMENT= various reusable C++-components
DISTNAME= cxxtools-1.4.7
REVISION= 0
SHARED_LIBS += cxxtools 2.0 # .5.0
CATEGORIES= devel
HOMEPAGE= http://www.tntnet.org/cxxtools.hms
MAINTAINER= Vijay Ramesh <vramesh2@uiuc.edu>
# LGPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= pthread
MASTER_SITES= http://www.tntnet.org/download/
MODULES= converters/libiconv
MODULES+= gcc3
MODGCC3_ARCHES= sparc
MODGCC3_LANGS= c++
USE_LIBTOOL= Yes
USE_GMAKE= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>