aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libbinio/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Replace INSTALL_SHLIB with USE_LDCONFIGehaupt2006-06-301-1/+1
|
* Conversion to a single libtool environment.ade2006-02-231-1/+2
| | | | Approved by: portmgr (kris)
* Remove deprecated USE_REINPLACEehaupt2006-02-191-1/+0
|
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
* Change MAINTAINER address for my ports.ehaupt2005-10-061-1/+1
| | | | Approved by: novel (mentor)
* devel/libbinio:garga2005-09-221-6/+6
| | | | | | | | | | | | - Update to 1.4 all: - Cleanup Makefile Header - Remove signature from pkg-descr - Adjustments to build with libbinio 1.4 PR: ports/86431 Submitted by: maintainer
* - Use USE_GCC=3.4+ for upcoming audio/ocp release.flz2005-06-011-0/+2
| | | | | PR: ports/81703 Submitted by: maintainer
* The binary I/O stream class library presents a platform-independent way tojylefort2005-05-101-0/+33
access binary data streams in C++. The library is hardware independent in the form that it transparently converts between the different forms of machine-internal binary data representation. It further employs no special I/O protocol and can be used on arbitrary binary data sources. WWW: http://libbinio.sourceforge.net/ PR: ports/80727 Submitted by: Emanuel Haupt <ehaupt@critical.ch>