mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
821843ca06
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: bapt, kwm
22 lines
464 B
Makefile
22 lines
464 B
Makefile
# Created by: Simon Barner <barner@gmx.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gnmm
|
|
PORTVERSION= 0.1.2
|
|
PORTREVISION= 12
|
|
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_GMAKE= yes
|
|
USES= pathfix gettext iconv
|
|
USE_GNOME= gnomeprefix gnomelibs gdkpixbuf
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= "--with-libiconv-prefix=${LOCALBASE}"
|
|
|
|
.include <bsd.port.mk>
|