Opened 20 years ago

Closed 20 years ago

Last modified 20 years ago

#1496 closed defect (fixed)

REVISION: blinkentools-2.6

Reported by: tim@… Owned by: pguyot (Paul Guyot)
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port:

Description

blinkentools-2.6

the portfile can be found here: INLINE

Description: Blinkenlights command line tools.

Homepage: http://www.blinkenlights.de/

Comments: Revised version making inclusion of libmng optional as a variant. blinkentools wouldn't install right now if libmng is already installed otherwise

================INLINE CONTENT================ # $Id: Portfile,v 1.6 2004/02/06 16:44:30 tim Exp $ PortSystem 1.0 name blinkentools version 2.6 categories graphics blinkenlights maintainers tim@… description Blinkenlights command line tools long_description Bunch of utilities to convert and send Blinkenlights movies depends_lib lib:libblib:blib homepage http://www.blinkenlights.de/ master_sites http://sven.gimp.org/blinkenlights/ checksums md5 7ec3aa67c20db7b6bc6026204c578b64

platforms darwin

configure.args --disable-oldtools --without-libmng

configure.env CPPFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib"

variant oldtools {

configure.args-delete --disable-oldtools configure.args-append --enable-oldtools

}

variant mng {

depends_lib-append lib:libmng:libmng configure.args-delete --without-libmng

} ================INLINE CONTENT================

Change History (3)

comment:1 Changed 20 years ago by pguyot (Paul Guyot)

* Bug 1494 has been marked as a duplicate of this bug. *

comment:2 Changed 20 years ago by pguyot (Paul Guyot)

Owner: changed from darwinports-bugs@… to pguyot@…

comment:3 Changed 20 years ago by pguyot (Paul Guyot)

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.