Opened 20 years ago

Closed 20 years ago

Last modified 20 years ago

#1491 closed defect (fixed)

NEW: blib-1.1.5

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

Description

blib-1.1.5

the portfile can be found here: INLINE

Description: Library of useful things to hack the Blinkenlights

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

Comments: Any comments you have about your port, concerns, lookouts, dependencies that you may want to mention

================INLINE CONTENT================ # $Id: Portfile,v 1.5 2004/02/06 04:36:41 tim Exp $ PortSystem 1.0 name blib version 1.1.5 categories graphics blinkenlights maintainers tim@… description Library of useful things to hack the Blinkenlights long_description This library contains some code that you will find useful if \

you want to create any kind of software related to Blinkenlights. \ If you have never heard about Blinkenlights, you want to check \ the project's home page first.

depends_lib lib:libglib.2:glib2 homepage http://www.blinkenlights.de/ master_sites http://sven.gimp.org/blinkenlights/ checksums md5 8c15b0dffc6ba9885047c9adc07c1d6c

platforms darwin

configure.args --disable-directfb --disable-gtk \

--disable-aa --disable-modules \ --disable-maintainer-mode --disable-gtk-doc \ --enable-shared=yes --enable-static=no \ --mandir=${prefix}/share/man

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

default_variants +gtk

variant gtk {

depends_lib-append lib:libgtk.2:gtk2 configure.args-delete --disable-gtk configure.args-append --enable-gtk

}

variant directfb {

depends_lib-append lib:libdirectfb:directfb configure.args-delete --disable-directfb configure.args-append --enable-directfb

}

variant aa {

depends_lib-append lib:libaa:aalib configure.args-delete --disable-aa configure.args-append --enable-aa

}

variant maintainer-mode {

configure.args-delete --disable-maintainer-mode configure.args-append --enable-maintainer-mode

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

-- your sig if you'd like

Change History (2)

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

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

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

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