1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/games/gnmm/Makefile
Philip M. Gollucci 116ec22ac1 - DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.
PR:             ports/153292
Submitted by:   myself (pgollucci)
Tested by:      -exp run by pav
Approved by:    portmgr (pav)
2010-12-29 20:04:42 +00:00

27 lines
556 B
Makefile

# New ports collection makefile for: gnmm
# Date created: 19 January 2003
# Whom: Simon Barner <barner@gmx.de>
#
# $FreeBSD$
#
PORTNAME= gnmm
PORTVERSION= 0.1.2
PORTREVISION= 11
CATEGORIES= games gnome
MASTER_SITES= SF
DIST_SUBDIR= gnome
MAINTAINER= ports@FreeBSD.org
COMMENT= A "nine mens' morris" implementation for the GNOME Desktop Environment
USE_GETTEXT= yes
USE_ICONV= yes
USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack gnomelibs gdkpixbuf
GNU_CONFIGURE= yes
CONFIGURE_ARGS= "--with-libiconv-prefix=${LOCALBASE}"
.include <bsd.port.mk>