Index: head/devel/sfml1/Makefile =================================================================== --- head/devel/sfml1/Makefile (revision 490356) +++ head/devel/sfml1/Makefile (revision 490357) @@ -1,49 +1,49 @@ # Created by: Dmitry Marakasov # $FreeBSD$ PORTNAME= sfml PORTVERSION= 1.6 PORTREVISION= 4 CATEGORIES= devel MASTER_SITES= SF -DISTNAME= SFML-${PORTVERSION}-sdk-linux-32 PKGNAMESUFFIX= 1 +DISTNAME= SFML-${PORTVERSION}-sdk-linux-32 MAINTAINER= amdmi3@FreeBSD.org COMMENT= Simple and Fast Multimedia Library LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/license.txt LIB_DEPENDS= libsndfile.so:audio/libsndfile \ libpng.so:graphics/png \ libfreetype.so:print/freetype2 USES= gmake jpeg openal:al pkgconfig dos2unix DOS2UNIX_GLOB= Makefile ResourcePtr.inl USE_XORG= x11 xrandr USE_GL= gl glu USE_LDCONFIG= yes DESTDIRNAME= STAGEDIR WRKSRC= ${WRKDIR}/SFML-${PORTVERSION} DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX} PORTDOCS= * PORTSCOUT= limit:[^c]$$ OPTIONS_DEFINE= DOCS post-extract: @${RM} ${WRKSRC}/lib/* @${FIND} ${WRKSRC}/samples/bin/ -type f -maxdepth 1 -delete post-install: ${FIND} ${STAGEDIR}${PREFIX}/include/SFML -name "*.hpp" -exec ${REINPLACE_CMD} -i '' -e '/#include/ s|SFML|&1|' {} \; ${MV} ${STAGEDIR}${PREFIX}/include/SFML ${STAGEDIR}${PREFIX}/include/SFML${PKGNAMESUFFIX} ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so ${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/ .include Index: head/devel/sfml1/pkg-descr =================================================================== --- head/devel/sfml1/pkg-descr (revision 490356) +++ head/devel/sfml1/pkg-descr (revision 490357) @@ -1,9 +1,9 @@ SFML is a portable and easy to use multimedia API written in C++. You can see it as a modern, object-oriented alternative to SDL. SFML is composed of several packages to perfectly suit your needs. You can use SFML as a minimal windowing system to interface with OpenGL, or as a fully-featured multimedia library for building games or interactive programs. -WWW: http://www.sfml-dev.org/index.php +WWW: https://www.sfml-dev.org/