mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
54a0b86543
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.
27 lines
577 B
Makefile
27 lines
577 B
Makefile
# New ports collection makefile for: cStringBuffer
|
|
# Date created: 10 July 2004
|
|
# Whom: Mooneer Salem <mooneer@translator.cx>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cstringbuffer
|
|
PORTVERSION= 0.1.6
|
|
CATEGORIES= devel
|
|
MASTER_SITES= # disappeared
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= File-like IO for strings
|
|
|
|
USE_AUTOTOOLS= libtool:15
|
|
INSTALLS_SHLIB= yes
|
|
MAN3= csb.3
|
|
MANCOMPRESSED= no
|
|
|
|
CONFIGURE_TARGET=
|
|
CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
|
|
PLIST_FILES= include/csb.h lib/libcsb.a lib/libcsb.so lib/libcsb.so.1
|
|
|
|
.include <bsd.port.mk>
|