2001-08-12 13:20:29 +02:00
|
|
|
# ex:ts=8
|
|
|
|
# New ports collection makefile for: libsocketcpp
|
|
|
|
# Date created: Aug 12, 2001
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libsocketcpp
|
2002-06-09 22:29:30 +02:00
|
|
|
PORTVERSION= 1.0.7
|
2001-08-12 13:20:29 +02:00
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= libsocket
|
|
|
|
|
2002-06-10 19:12:22 +02:00
|
|
|
MAINTAINER= erwin@lansing.dk
|
2001-08-12 13:20:29 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|