1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/devel/atlas-devel/Makefile
Oliver Lehmann 960b9a2bd5 define NO_LATEST_LINK
Approved by:	maintainer
2005-05-23 21:05:10 +00:00

38 lines
818 B
Makefile

# New ports collection makefile for: Atlas
# Date created: 3 February 2005
# Whom: Janni <jannisan@t-online.de>
#
# $FreeBSD$
#
PORTNAME= Atlas
PORTVERSION= 0.5.94
PORTREVISION= 0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=worldforge
DISTNAME= ${PORTNAME}-C++-${PORTVERSION}
MAINTAINER= jannisan@t-online.de
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>