mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
34 lines
1.0 KiB
Tcl
34 lines
1.0 KiB
Tcl
# -*- 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
|
|
|
|
name fmt-ptrn
|
|
version 1.3.24
|
|
categories textproc devel
|
|
maintainers flyn.org:mike
|
|
license GPL-2+
|
|
description A simple template system
|
|
long_description \
|
|
New is a template system, especially useful in \
|
|
conjuction with a simple text editor such as vi.
|
|
homepage https://www.flyn.org/projects/fmt-ptrn
|
|
master_sites ${homepage}
|
|
|
|
checksums rmd160 f55c27ded2825514220f9d648ea8748752736bca \
|
|
sha256 381c8f52a9df09ff75f23955927c3fd6ae7d522e979c4898b1d9e8c45c1e06db \
|
|
size 475414
|
|
|
|
use_autoreconf yes
|
|
|
|
depends_lib-append \
|
|
port:gettext-runtime \
|
|
path:lib/pkgconfig/glib-2.0.pc:glib2 \
|
|
port:zlib
|
|
|
|
depends_build-append \
|
|
port:gettext \
|
|
port:pkgconfig
|
|
|
|
configure.args-append \
|
|
--disable-java
|