freebsd-ports/devel/atlas-devel/Makefile
2005-10-20 13:50:24 +00:00

38 lines
827 B
Makefile

# New ports collection makefile for: Atlas
# Date created: 3 February 2005
# Whom: Janni <jannisan@t-online.de>
#
# $FreeBSD$
#
PORTNAME= Atlas
PORTVERSION= 0.6.0.r1
PORTREVISION= 0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=worldforge
DISTNAME= ${PORTNAME}-C++-${PORTVERSION:S/.r/rc/}
MAINTAINER= oliver@FreeBSD.org
COMMENT= A C++ reference implementation of the Atlas protocol
USE_LIBTOOL_VER=15
GNU_CONFIGURE= YES
INSTALLS_SHLIB= YES
USE_GCC= 3.4
USE_BZIP2= YES
USE_GNOME= gnomehack
NO_LATEST_LINK= YES
CONFIGURE_ARGS+=--program-transform-name=
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for docfile in README COPYING AUTHORS THANKS NEWS ChangeLog TODO HACKING ROADMAP
@${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>