mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
3f651573ad
Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
26 lines
518 B
Makefile
26 lines
518 B
Makefile
# Ports collection makefile for: vstr
|
|
# Date created: 11 February 2004
|
|
# Whom: Robert Schlotterbeck <robert@rs.tarrant.tx.us>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= vstr
|
|
PORTVERSION= 1.0.12
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ftp://ftp.and.org/pub/james/vstr/${PORTVERSION}/
|
|
|
|
MAINTAINER= robert@rs.tarrant.tx.us
|
|
COMMENT= General purpose string library for C
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL_VER= 13
|
|
USE_BZIP2= yes
|
|
USE_GMAKE= yes
|
|
USE_GNOME= gnomehack pkgconfig
|
|
INSTALLS_SHLIB= yes
|
|
|
|
MAN3= vstr.3 vstr_const.3
|
|
|
|
.include <bsd.port.mk>
|