mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
0a7b023799
PR: 21467 Submitted by: MAINTAINER
26 lines
446 B
Makefile
26 lines
446 B
Makefile
# New ports collection makefile for: vreng
|
|
# Date created: 22 May 2000
|
|
# Whom: sam@inf.enst.fr
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= adasockets
|
|
PORTVERSION= 0.1.10
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.infres.enst.fr/ANC/
|
|
|
|
MAINTAINER= sam@inf.enst.fr
|
|
|
|
BUILD_DEPENDS= adagcc:${PORTSDIR}/lang/gnat
|
|
|
|
USE_LIBTOOL= yes
|
|
|
|
post-install:
|
|
strip ${PREFIX}/lib/libadasockets.so.0
|
|
${LDCONFIG} -m ${PREFIX}/lib
|
|
|
|
MAN1= adasockets-config.1
|
|
|
|
.include <bsd.port.mk>
|