openbsd-ports/japanese/kanatest/Makefile

36 lines
921 B
Makefile
Raw Normal View History

2007-11-13 12:10:25 -05:00
# $OpenBSD: Makefile,v 1.10 2007/11/13 17:10:26 steven Exp $
COMMENT= beginner's drill tool to learn Japanese kana characters
DISTNAME= kanatest-0.3.6
2007-11-13 12:10:25 -05:00
PKGNAME= ${DISTNAME}p2
CATEGORIES= japanese
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
2006-03-09 16:42:56 -05:00
# GPL
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
2007-11-13 12:10:25 -05:00
WANTLIB= c m freetype X11 Xext Xrender Xrandr expat fontconfig z cairo \
Xau Xcomposite Xcursor Xdamage Xdmcp Xfixes Xi Xinerama \
atk-1.0 glib-2.0 gmodule-2.0 gobject-2.0 glitz png \
2006-09-18 07:50:39 -04:00
pango-1.0 pangoft2-1.0 pangocairo-1.0
MASTER_SITES= http://clay.ll.pl/download/
MODULES= devel/gettext
2006-08-03 09:09:09 -04:00
LIB_DEPENDS= gdk-x11-2.0.>=600.0,gdk_pixbuf-2.0.>=600.0,gtk-x11-2.0.>=600.0::x11/gtk+2
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
2006-11-13 06:20:24 -05:00
USE_X11= Yes
NO_REGRESS= Yes
.include <bsd.port.mk>