blob: ebf7636d9c6823532e9ec61d2019bfe88097acbe (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# New ports collection makefile for: adasockets
# Date created: 22 May 2000
# Whom: sam@inf.enst.fr
#
# $FreeBSD$
#
PORTNAME= adasockets
PORTVERSION= 1.8.4
CATEGORIES= net
MASTER_SITES= http://www.rfc1149.net/download/adasockets/
MAINTAINER= sam@rfc1149.net
COMMENT= Sockets library for Ada
BUILD_DEPENDS= gnatmake:${PORTSDIR}/lang/gnat \
texi2dvi:${PORTSDIR}/print/teTeX
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
MAN1= adasockets-config.1
INFO= adasockets
.include <bsd.port.mk>
|