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.
25 lines
484 B
Makefile
25 lines
484 B
Makefile
# Ports collection makefile for: libmal
|
|
# Date created: 4 september 2002
|
|
# Whom: Adriaan de Groot <groot@kde.org>
|
|
#
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libmal
|
|
PORTVERSION= 0.31
|
|
PORTREVISION= 1
|
|
CATEGORIES= palm
|
|
MASTER_SITES= http://jasonday.home.att.net/code/libmal/
|
|
|
|
MAINTAINER= groot@kde.org
|
|
COMMENT= A library encapsulating malsync
|
|
|
|
LIB_DEPENDS= pisock.8:${PORTSDIR}/palm/pilot-link
|
|
|
|
USE_GMAKE= YES
|
|
USE_LIBTOOL_VER=13
|
|
HAS_CONFIGURE= YES
|
|
INSTALLS_SHLIB= libmal
|
|
|
|
.include <bsd.port.mk>
|