mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
31 lines
725 B
Makefile
31 lines
725 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= 1
|
|
CATEGORIES= games gnome
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
|
DIST_SUBDIR= gnome
|
|
|
|
MAINTAINER= barner@gmx.de
|
|
COMMENT= A "nine mens' morris" implementation for the GNOME Desktop Environment
|
|
|
|
LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old \
|
|
iconv.3:${PORTSDIR}/converters/libiconv
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_GMAKE= yes
|
|
USE_GNOME= gnomeprefix gnomehack gnomelibs gdkpixbuf
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= "--with-libiconv-prefix=${LOCALBASE}"
|
|
|
|
.include <bsd.port.mk>
|