2001-05-01 19:29:30 +02:00
|
|
|
# ex:ts=8
|
|
|
|
# New ports collection makefile for: gsk
|
|
|
|
# Date created: May 1, 2001
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gsk
|
2005-01-31 23:45:05 +01:00
|
|
|
PORTVERSION= 1.0.4
|
2005-03-12 11:54:27 +01:00
|
|
|
PORTREVISION= 1
|
2001-05-01 19:29:30 +02:00
|
|
|
CATEGORIES= net devel
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
2001-07-20 08:20:50 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 20:00:52 +01:00
|
|
|
COMMENT= A C library for writing servers
|
2001-05-01 19:29:30 +02:00
|
|
|
|
2004-08-13 17:46:34 +02:00
|
|
|
USE_GNOME= glib20 gnomehack gnometarget
|
2002-11-03 22:01:10 +01:00
|
|
|
USE_PERL5= yes
|
2004-08-13 17:46:34 +02:00
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_LIBTOOL_VER= 15
|
|
|
|
CONFIGURE_ARGS= --disable-gtk-doc
|
2001-05-01 19:29:30 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
|
2004-08-13 17:46:34 +02:00
|
|
|
.if defined(WITHOUT_OPENSSL)
|
|
|
|
CONFIGURE_ARGS+= --disable-ssl
|
|
|
|
PLIST_SUB+= OPENSSL="@comment "
|
|
|
|
.else
|
2002-08-31 18:30:20 +02:00
|
|
|
USE_OPENSSL= yes
|
2004-08-13 17:46:34 +02:00
|
|
|
PLIST_SUB+= OPENSSL=""
|
2002-08-31 18:30:20 +02:00
|
|
|
.endif
|
|
|
|
|
2005-04-30 03:39:47 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} > 503000
|
|
|
|
BROKEN= "Does not build on FreeBSD >= 5.x"
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|