3147bb6c6b
It has been a while both does not depend anymore on esound, before this change esound dependency was wrongly added to plenty of packages which actually does not depend on it. While here: - audio/glame: remove esound support - games/monkeybubble: add an explicit dependency on esound - sysutils/gnome-schedule: add en explicit dependency on pkg-config - comms/kb: add missing dependency on pkgconfig - x11-toolkits/libgnomeui: * update to 2.4.5 * use USES=localbase
24 lines
528 B
Makefile
24 lines
528 B
Makefile
# Created by: UMENO Takashi <umeno@rr.iij4u.or.jp>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gnomekiss
|
|
PORTVERSION= 2.0
|
|
PORTREVISION= 9
|
|
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>
|