freebsd-ports/devel/atlas-devel/Makefile

38 lines
971 B
Makefile
Raw Normal View History

# New ports collection makefile for: Atlas
# Date created: 29 March 2001
# Whom: Oliver Lehmann <lehmann@ans-netz.de>
#
# $FreeBSD$
#
PORTNAME= Atlas
2004-02-02 00:41:15 +01:00
PORTVERSION= 0.4.93
PORTREVISION= 0
CATEGORIES= devel
2004-02-02 00:41:15 +01:00
MASTER_SITES= ftp://ftp.worldforge.org/pub/worldforge/libs/Atlas-C++/transitional/ \
http://purple.worldforge.org/wf/downloads/libs/Atlas-C++/transitional/
DISTNAME= ${PORTNAME}-C++-${PORTVERSION}
2003-07-08 14:50:26 +02:00
MAINTAINER= oliver@FreeBSD.org
2003-02-21 12:23:04 +01:00
COMMENT= A C++ reference implementation of the Atlas protocol
2003-07-08 14:50:26 +02:00
USE_REINPLACE= YES
USE_LIBTOOL_VER= 13
GNU_CONFIGURE= YES
INSTALLS_SHLIB= YES
2003-07-08 14:50:26 +02:00
post-patch:
2004-02-02 00:41:15 +01:00
@${REINPLACE_CMD} -e 's| install-docDATA | |g' \
2003-07-08 14:50:26 +02:00
-e 's|\(^pkgconfigdir =\) .*|\1 ${PREFIX}/libdata/pkgconfig|g' \
${WRKSRC}/Makefile.in
2003-07-22 17:08:20 +02:00
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>