0c612c4aa3
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.2.2:/Changelog PR: 207547 Submitted by: riggs, ebirth@b0ss.net (libressl fix) Exp-run by: antoine (3 tries)
39 lines
961 B
Makefile
39 lines
961 B
Makefile
# Created by: Travis Poppe <tlp@liquidx.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= wargus
|
|
PORTVERSION= 2.3.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://launchpadlibrarian.net/200671642/
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
|
|
|
|
MAINTAINER= amdmi3@FreeBSD.org
|
|
COMMENT= Warcraft 2 mod that allows you to play Warcraft 2 with Stratagus
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
RUN_DEPENDS= stratagus:games/stratagus \
|
|
ffmpeg2theora:multimedia/ffmpeg2theora \
|
|
cdparanoia:audio/cdparanoia
|
|
BUILD_DEPENDS= stratagus:games/stratagus
|
|
LIB_DEPENDS= libpng.so:graphics/png
|
|
|
|
USES= cmake pkgconfig
|
|
CMAKE_ARGS= -DGAMEDIR:STRING="bin" \
|
|
-DSHAREDIR:STRING="${DATADIR_REL}"
|
|
USE_XORG= x11
|
|
USE_GNOME= gtk20
|
|
SUB_FILES= pkg-message
|
|
|
|
PORTDOCS= *
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
post-install:
|
|
cd ${WRKSRC}/doc && ${INSTALL_MAN} *.6 ${STAGEDIR}${MAN6PREFIX}/man/man6/
|
|
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|