mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
27 lines
555 B
Makefile
27 lines
555 B
Makefile
## New ports collection makefile for: hexxagon
|
|
# Date created: 08 April 2006
|
|
# Whom: Max Brazhnikov makc@issp.ac.ru
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= hexxagon
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 5
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://www.nesqi.se/hexxagon/hexxagon/download/
|
|
|
|
MAINTAINER= makc@issp.ac.ru
|
|
COMMENT= A strategy hexagon game
|
|
|
|
LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24
|
|
|
|
USE_BZIP2= yes
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
DESKTOP_ENTRIES="Hexxagon" "Strategy Game" "" \
|
|
"hexxagon" "Application;Game;" false
|
|
|
|
.include <bsd.port.mk>
|