mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
25beeff079
Changes: http://www.boost.org/users/history/version_1_66_0.html PR: 223922 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D13279
33 lines
744 B
Makefile
33 lines
744 B
Makefile
# 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>
|