You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
committed by
Renee Otten
parent
6b106b4846
commit
9eea213427
@@ -0,0 +1,37 @@
|
||||
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
||||
|
||||
PortSystem 1.0
|
||||
PortGroup perl5 1.0
|
||||
|
||||
name verbiste
|
||||
version 0.1.49
|
||||
revision 0
|
||||
categories office
|
||||
license GPL-2+
|
||||
maintainers nomaintainer
|
||||
|
||||
description French and Italian verb conjugation system
|
||||
long_description ${name} is a ${description}, containing a C++ library and two programs \
|
||||
that can be run from the command line. The knowledge base is represented \
|
||||
in XML and contains 7000 French and 100 Italian verbs, respectively.
|
||||
|
||||
homepage http://sarrazip.com/dev/verbiste.html
|
||||
master_sites http://sarrazip.com/dev/
|
||||
|
||||
checksums rmd160 c36bed7047f4b66346dbd769720f63b457625046 \
|
||||
sha256 4a756133c0eba27b1a8e236dae53ae17325605ba486fe6cb2eb2be9966683fa5 \
|
||||
size 807311
|
||||
|
||||
perl5.branches 5.34
|
||||
|
||||
depends_build-append path:bin/pkg-config:pkgconfig
|
||||
|
||||
depends_lib-append port:libxml2 \
|
||||
port:libiconv \
|
||||
port:p${perl5.major}-libxml-perl
|
||||
|
||||
configure.ldflags-append \
|
||||
-L${prefix}/lib -liconv
|
||||
|
||||
configure.args-append --without-gtk-app \
|
||||
--with-libiconv-prefix=${prefix}
|
||||
Reference in New Issue
Block a user