freebsd-ports/devel/atlas-devel/Makefile

32 lines
736 B
Makefile
Raw Normal View History

# Created by: Janni <jannisan@t-online.de>
# $FreeBSD$
PORTNAME= Atlas
PORTVERSION= 0.6.3
CATEGORIES= devel
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/}
MAINTAINER= oliver@FreeBSD.org
2003-02-21 12:23:04 +01:00
COMMENT= A C++ reference implementation of the Atlas protocol
2013-10-04 11:52:06 +02:00
PKGNAMESUFFIX= -devel
2010-12-04 08:34:27 +01:00
USE_AUTOTOOLS= libtool
USE_LDCONFIG= YES
USE_BZIP2= YES
USES= pathfix
USE_GCC= 4.7+
CONFIGURE_ARGS+=--program-transform-name=
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
@${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR}
2003-07-08 14:50:26 +02:00
.endfor
.endif
.include <bsd.port.mk>