summaryrefslogtreecommitdiff
path: root/games/gnomekiss/Makefile
blob: e3dbb365c48ca29fd54548af0a0d6aefc52eeec7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: UMENO Takashi <umeno@rr.iij4u.or.jp>
# $FreeBSD$

PORTNAME=	gnomekiss
PORTVERSION=	2.0
PORTREVISION=	7
CATEGORIES=	games gnome
MASTER_SITES=	http://devel.tlrmx.org/kiss/source/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	GNOME version of Kisekae Set System

RUN_DEPENDS=	lha:${PORTSDIR}/archivers/lha

USES=		pkgconfig
USE_GNOME=	gnomeprefix gnomehack libgnomeui
GNU_CONFIGURE=	yes
CPPFLAGS+=	-I${LOCALBASE}/include
LDFLAGS+=	-L${LOCALBASE}/lib

.include <bsd.port.mk>