2001-04-05 19:01:12 +00:00
|
|
|
# New ports collection makefile for: Atlas
|
|
|
|
# Date created: 29 March 2001
|
|
|
|
# Whom: Oliver Lehmann <lehmann@ans-netz.de>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Atlas
|
2005-10-17 21:42:34 +00:00
|
|
|
PORTVERSION= 0.5.2
|
2006-02-23 10:40:44 +00:00
|
|
|
PORTREVISION= 1
|
2001-04-05 19:01:12 +00:00
|
|
|
CATEGORIES= devel
|
2005-05-07 11:01:02 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR=worldforge
|
2002-07-01 18:54:43 +00:00
|
|
|
DISTNAME= ${PORTNAME}-C++-${PORTVERSION}
|
2001-04-05 19:01:12 +00:00
|
|
|
|
2003-07-08 12:50:26 +00:00
|
|
|
MAINTAINER= oliver@FreeBSD.org
|
2003-02-21 11:23:04 +00:00
|
|
|
COMMENT= A C++ reference implementation of the Atlas protocol
|
2001-04-05 19:01:12 +00:00
|
|
|
|
2005-11-15 06:52:12 +00:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2007-05-25 18:17:14 +00:00
|
|
|
USE_LDCONFIG= YES
|
2005-05-07 11:01:02 +00:00
|
|
|
USE_BZIP2= YES
|
2005-05-08 00:54:07 +00:00
|
|
|
USE_GNOME= gnomehack
|
2001-04-05 19:01:12 +00:00
|
|
|
|
2003-07-08 12:50:26 +00:00
|
|
|
post-patch:
|
2005-05-08 00:54:07 +00:00
|
|
|
@${REINPLACE_CMD} -e 's| install-docDATA | |g' ${WRKSRC}/Makefile.in
|
2003-07-22 15:08:20 +00:00
|
|
|
|
2003-07-08 12:50:26 +00:00
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
2004-02-01 23:41:15 +00:00
|
|
|
.for docfile in README COPYING AUTHORS THANKS NEWS ChangeLog TODO HACKING ROADMAP
|
2003-11-06 22:31:45 +00:00
|
|
|
@${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR}
|
2003-07-08 12:50:26 +00:00
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
|
2001-04-05 19:01:12 +00:00
|
|
|
.include <bsd.port.mk>
|