2013-09-20 19:03:26 +02:00
|
|
|
# Created by: Janni <jannisan@t-online.de>
|
2001-04-05 21:01:12 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Atlas
|
2013-11-21 09:19:34 +01:00
|
|
|
PORTVERSION= 0.6.3
|
2001-04-05 21:01:12 +02:00
|
|
|
CATEGORIES= devel
|
2009-08-22 02:18:43 +02:00
|
|
|
MASTER_SITES= SF/worldforge/${PORTNAME}-C%2B%2B%20%28protocol%20lib%29/${PORTVERSION}
|
2005-10-20 15:50:24 +02:00
|
|
|
DISTNAME= ${PORTNAME}-C++-${PORTVERSION:S/.r/rc/}
|
2001-04-05 21:01:12 +02:00
|
|
|
|
2005-09-30 15:07:16 +02:00
|
|
|
MAINTAINER= oliver@FreeBSD.org
|
2003-02-21 12:23:04 +01:00
|
|
|
COMMENT= A C++ reference implementation of the Atlas protocol
|
2001-04-05 21:01:12 +02:00
|
|
|
|
2013-10-04 11:52:06 +02:00
|
|
|
PKGNAMESUFFIX= -devel
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool
|
2007-05-25 20:17:14 +02:00
|
|
|
USE_LDCONFIG= YES
|
2005-05-07 13:25:52 +02:00
|
|
|
USE_BZIP2= YES
|
2013-03-19 14:04:30 +01:00
|
|
|
USES= pathfix
|
2013-11-21 09:19:34 +01:00
|
|
|
USE_GCC= 4.7+
|
2005-05-07 13:25:52 +02:00
|
|
|
|
|
|
|
CONFIGURE_ARGS+=--program-transform-name=
|
2001-04-05 21:01:12 +02:00
|
|
|
|
2013-09-20 19:03:26 +02:00
|
|
|
NO_STAGE= yes
|
2003-07-08 14:50:26 +02:00
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
2004-02-02 00:41:15 +01:00
|
|
|
.for docfile in README COPYING AUTHORS THANKS NEWS ChangeLog TODO HACKING ROADMAP
|
2003-11-06 23:31:45 +01:00
|
|
|
@${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR}
|
2003-07-08 14:50:26 +02:00
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
|
2001-04-05 21:01:12 +02:00
|
|
|
.include <bsd.port.mk>
|