f3171de7e6
- USE_AUTO* -> USE_AUTO*_VER=* where required - USE_AUTO* / *_DEPENDS=.*auto*:*/devel/auto* -> GNU_CONFIGURE where OK - Other minor changes to fix things These changes should be no-ops with the current bsd.port.mk, but will assist in preparing for the next generation of USE_AUTO*. Submitted by: bento 4-exp USE_AUTO* cleanups http://people.FreeBSD.org/~will/4-exp/ http://bento.FreeBSD.org/errorlogs/4-exp-latest/
32 lines
673 B
Makefile
32 lines
673 B
Makefile
# New ports collection makefile for: adabroker
|
|
# Date created: 17 Apr 2000
|
|
# Whom: Samuel Tardieu <sam@inf.enst.fr>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= adabroker
|
|
PORTVERSION= 1.0p4
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://adabroker.eu.org/distrib/
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:S/p/pre/}
|
|
|
|
MAINTAINER= sam@inf.enst.fr
|
|
|
|
BUILD_DEPENDS= adagcc:${PORTSDIR}/lang/gnat
|
|
LIB_DEPENDS= adasockets.0:${PORTSDIR}/net/adasockets
|
|
|
|
USE_LIBTOOL= yes
|
|
USE_AUTOMAKE_VER=14
|
|
CONFIGURE_ARGS= --enable-adasockets
|
|
USE_GMAKE= yes
|
|
INSTALLS_SHLIB= yes
|
|
|
|
MAN1= ab_names.1 ab_gnome.1
|
|
MAN7= adabroker.7
|
|
|
|
post-install:
|
|
${RM} ${PREFIX}/lib/adabroker/allsrc.adb
|
|
|
|
.include <bsd.port.mk>
|