=================================================================== RCS file: /cvs/ports/devel/ode/Attic/Makefile,v retrieving revision 1.2 retrieving revision 1.4 diff -u -r1.2 -r1.4 --- ports/devel/ode/Attic/Makefile 2008/12/05 22:13:23 1.2 +++ ports/devel/ode/Attic/Makefile 2008/12/10 13:24:46 1.4 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2008/12/05 22:13:23 yason Exp $ +# $OpenBSD: Makefile,v 1.4 2008/12/10 13:24:46 yason Exp $ COMMENT = high performance library for simulating rigid body dynamics SHARED_LIBS = ode 1.0 @@ -11,7 +11,7 @@ MAINTAINER = Kirill S. Bychkov -# BSD +# GPLv2 PERMIT_PACKAGE_CDROM = Yes PERMIT_PACKAGE_FTP = Yes PERMIT_DISTFILES_CDROM =Yes @@ -21,5 +21,11 @@ CONFIGURE_STYLE = gnu CONFIGURE_ARGS = --enable-shared +WANTLIB = m pthread + +post-install: + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ode + ${INSTALL_DATA} ${WRKSRC}/LICENSE.TXT ${PREFIX}/share/doc/ode/LICENSE + ${INSTALL_DATA} ${WRKSRC}/README.txt ${PREFIX}/share/doc/ode/README .include