freebsd-ports/games/gnomekiss/Makefile
Tijl Coosemans 094d906123 Remove libart_lgpl_2.so.5 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 17:17:43 +00:00

24 lines
528 B
Makefile

# Created by: UMENO Takashi <umeno@rr.iij4u.or.jp>
# $FreeBSD$
PORTNAME= gnomekiss
PORTVERSION= 2.0
PORTREVISION= 8
CATEGORIES= games gnome
MASTER_SITES= http://devel.tlrmx.org/kiss/source/
MAINTAINER= ports@FreeBSD.org
COMMENT= GNOME version of Kisekae Set System
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= lha:archivers/lha
USES= gettext-tools pathfix pkgconfig
USE_GNOME= gnomeprefix libgnomeui
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>