Opened 20 years ago

Closed 20 years ago

Last modified 20 years ago

#1640 closed defect (fixed)

UPDATE: blinkentools-2.7

Reported by: tim@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port:

Description

blinkentools-2.7

the portfile can be found here: INLINE

Comments: Added zlib dependency forr +mng variant

================INLINE CONTENT================ # $Id: Portfile,v 1.8 2004/03/17 12:48:10 tim Exp $ PortSystem 1.0 name blinkentools version 2.7 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 blinkentools-2.7.tar.gz md5 85ff84038b88304be4106b302c8bb37b

platforms darwin

configure.args --disable-oldtools \

--without-libmng \ --mandir=${prefix}/share/man

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 lib:libz:zlib configure.args-delete --without-libmng

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

Change History (1)

comment:1 Changed 20 years ago by olegb@…

Resolution: fixed
Status: newclosed

commited thanks tim.

Note: See TracTickets for help on using tickets.