diff options
Diffstat (limited to 'devel/sfml1/Makefile')
-rw-r--r-- | devel/sfml1/Makefile | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/devel/sfml1/Makefile b/devel/sfml1/Makefile deleted file mode 100644 index 4f0dcf67e7e0..000000000000 --- a/devel/sfml1/Makefile +++ /dev/null @@ -1,54 +0,0 @@ -PORTNAME= sfml -PORTVERSION= 1.6 -PORTREVISION= 8 -CATEGORIES= devel -MASTER_SITES= https://www.sfml-dev.org/files/ -PKGNAMESUFFIX= 1 -DISTNAME= SFML-${PORTVERSION}-sdk-linux-32 - -MAINTAINER= amdmi3@FreeBSD.org -COMMENT= Simple and Fast Multimedia Library -WWW= https://www.sfml-dev.org/ - -BROKEN= Does not build -DEPRECATED= Broken obsolete version -EXPIRATION_DATE=2025-09-10 - -LICENSE= ZLIB -LICENSE_FILE= ${WRKSRC}/license.txt - -LIB_DEPENDS= libsndfile.so:audio/libsndfile \ - libpng.so:graphics/png \ - libfreetype.so:print/freetype2 - -USES= gmake jpeg gl openal:al pkgconfig dos2unix xorg -DOS2UNIX_GLOB= Makefile ResourcePtr.inl -USE_XORG= x11 xrandr -USE_GL= gl glu -USE_LDCONFIG= yes -USE_CXXSTD= c++98 -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 - -post-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/ - -.include <bsd.port.mk> |