1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/net/adasockets/Makefile
Ade Lovett a497a1afcc Update to 0.1.11
PR:		21959
Submitted by:	maintainer
2000-10-13 20:33:38 +00:00

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.11
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>