5272702dae
Fix Build on CURRENT [2] PR: 45745 [1], 46444[2] Submitted by: Samuel Tardieu <sam@inf.enst.fr> (maintainer)[1],David Holm <david@realityrift.com>[2]
25 lines
453 B
Makefile
25 lines
453 B
Makefile
# New ports collection makefile for: adasockets
|
|
# Date created: 22 May 2000
|
|
# Whom: sam@inf.enst.fr
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= adasockets
|
|
PORTVERSION= 1.4.1
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.rfc1149.net/download/adasockets/
|
|
|
|
MAINTAINER= sam@inf.enst.fr
|
|
|
|
BUILD_DEPENDS= adagcc:${PORTSDIR}/lang/gnat \
|
|
texi2dvi:${PORTSDIR}/print/teTeX
|
|
|
|
USE_LIBTOOL= yes
|
|
USE_AUTOCONF= yes
|
|
INSTALLS_SHLIB= yes
|
|
|
|
MAN1= adasockets-config.1
|
|
|
|
.include <bsd.port.mk>
|