aboutsummaryrefslogtreecommitdiffstats
path: root/games/mkhexgrid/Makefile
blob: 0c5b680bc636421bf9d868ee7da3acb134f2a555 (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=   9
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>
class='deletions'>-1/+1 * - Switch SourceForge ports to the new File Release System: categories startin...amdmi32009-08-221-2/+1 * - Add patch to fix build on recent -CURRENT.wxs2009-03-241-0/+15 * - Pass maintainership to submittertabthorpe2009-02-171-1/+1 * Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-1/+0 * Reset sergei@ due to maintainer-timeouts and no response to email.linimon2008-07-271-1/+1 * Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-0/+1 * - Remove USE_GETOPT_LONG which is a no-op since March 2007pav2008-03-201-1/+0 * Remove USE_GPG from all effected ports. This knob is a no-op and the way itgabor2007-01-302-4/+0 * - Add SHA256 checksums to my portssergei2005-11-251-0/+2 * - Manual page is auto-generated by pod2man, thus this port needssergei2005-07-251-0/+1 * - Update to 0.7.1sergei2005-07-223-9/+22 * At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1