bedc20985f
This package contains a database of French conjugation templates and a list of more than 7000 regular and irregular French verbs with their corresponding template. One can obtain the complete conjugation for a verb from its infinitive form, and obtain the mode, tense and person from a conjugated verb.
39 lines
1.0 KiB
Makefile
39 lines
1.0 KiB
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2009/10/11 09:55:47 naddy Exp $
|
|
|
|
COMMENT= French conjugation system
|
|
|
|
DISTNAME= verbiste-0.1.27
|
|
SHARED_LIBS += verbiste-0.1 0.0 # .0.0
|
|
CATEGORIES= education
|
|
HOMEPAGE= http://sarrazip.com/dev/verbiste.html
|
|
|
|
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
|
|
|
|
# GPLv2+
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= http://sarrazip.com/dev/
|
|
|
|
MODULES= devel/gettext
|
|
|
|
LIB_DEPENDS= gdk-x11-2.0,gdk_pixbuf-2.0,gtk-x11-2.0::x11/gtk+2 \
|
|
xml2.>=10::textproc/libxml
|
|
|
|
WANTLIB= X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes \
|
|
Xi Xinerama Xrandr Xrender atk-1.0 c cairo expat fontconfig \
|
|
freetype gio-2.0 glib-2.0 glitz gmodule-2.0 gobject-2.0 m \
|
|
pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1 png \
|
|
pthread-stubs stdc++ xcb z
|
|
|
|
USE_LIBTOOL= Yes
|
|
CONFIGURE_STYLE=gnu
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED} --enable-static \
|
|
--with-gtk-app
|
|
|
|
MAKE_FLAGS= INTLLIBS='$$(LTLIBINTL)'
|
|
|
|
.include <bsd.port.mk>
|