aboutsummaryrefslogtreecommitdiffstats
path: root/games/mkhexgrid/Makefile
blob: d401805208329c85600a7fe1d28eff2c86c9fa86 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Created by: aaron@FreeBSD.org
# $FreeBSD$

PORTNAME=   mkhexgrid
PORTVERSION=    0.1.1
PORTREVISION=   14
CATEGORIES= games
MASTER_SITES=   http://www.nomic.net/~uckelman/mkhexgrid/releases/ \
        http://aaron.daltons.ca/freebsd/
EXTRACT_SUFX=   .src.tar.gz

MAINTAINER= ports@FreeBSD.org
COMMENT=    Fully-configurable hex grid generator

LICENSE=    GPLv2

BUILD_DEPENDS=  ${LOCALBASE}/include/boost/lexical_cast.hpp:devel/boost-libs
LIB_DEPENDS=    libgd.so:graphics/gd

USES=       gmake

PORTDOCS=   mkhexgrid.html
PLIST_FILES=    bin/mkhexgrid

OPTIONS_DEFINE= DOCS

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/mkhexgrid ${STAGEDIR}${PREFIX}/bin
    @${MKDIR} ${STAGEDIR}${DOCSDIR}
    ${INSTALL_DATA} ${WRKSRC}/doc/mkhexgrid.html ${STAGEDIR}${DOCSDIR}

.include <bsd.port.mk>
add0d495892d4d43c02e'>multimedia/x264: update to 0.155.2917jbeich2018-08-101-0/+1 | | | | | | | - HI10P is always built after https://git.videolan.org/?p=x264.git;a=commitdiff;h=71ed44c73124 Changes: https://git.videolan.org/?p=x264.git;a=shortlog;h=0a84d986e7020f8344f00752e3600b9769cc1e85 ABI: https://abi-laboratory.pro/tracker/timeline/x264/ * multimedia/cinelerra-gg: Update 5.1-20180705 -> 5.1-20180714yuri2018-07-161-7/+5 | | | | | | | The upstream developer fixed failure when LANG isn't set, and improved the LV2 plugin handling. Reported by: upstream * multimedia/cinelerra-gg: Add the option OPENGLyuri2018-07-071-4/+7 | * multimedia/cinelerra-gg: Add the LV2 option to use LV2 plugins.yuri2018-07-071-1/+21 |