2001-04-07 07:33:57 +02:00
|
|
|
# New ports collection makefile for: gnomekiss
|
|
|
|
# Date created: 4 Apr 2001
|
|
|
|
# Whom: UMENO Takashi <umeno@rr.iij4u.or.jp>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gnomekiss
|
2003-05-10 08:52:53 +02:00
|
|
|
PORTVERSION= 1.6
|
2004-02-04 06:21:48 +01:00
|
|
|
PORTREVISION= 1
|
2001-04-07 07:33:57 +02:00
|
|
|
CATEGORIES= games gnome
|
|
|
|
MASTER_SITES= http://www.ecs.soton.ac.uk/~njl98r/code/kiss/
|
|
|
|
|
|
|
|
MAINTAINER= umeno@rr.iij4u.or.jp
|
2003-02-21 13:06:51 +01:00
|
|
|
COMMENT= GNOME version of Kisekae Set System
|
2001-04-07 07:33:57 +02:00
|
|
|
|
2001-12-03 04:13:39 +01:00
|
|
|
RUN_DEPENDS= lha:${PORTSDIR}/archivers/lha
|
|
|
|
|
2001-04-07 07:33:57 +02:00
|
|
|
USE_X_PREFIX= yes
|
2003-05-05 08:31:22 +02:00
|
|
|
USE_GNOME= gnomeprefix gnomehack gnomelibs
|
2001-04-07 07:33:57 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2001-10-23 00:00:54 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2002-05-13 16:06:51 +02:00
|
|
|
MAN1= gnomekiss.1
|
2001-04-07 07:33:57 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|