#1607 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
================INLINE CONTENT================ # $Id: Portfile,v 1.7 2004/02/17 08:23:25 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 configure.args-delete --without-libmng
} ================INLINE CONTENT================
Change History (1)
comment:1 Changed 21 years ago by matt@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Committed. Thanks Tim!