4c67d307fa
Changelog: Changes between 0.1 to 0.3: 0.3 Added the possibility to specify the path where SWILL creates temporary files. Added swill_interface() to bind to specific interface. 0.2 Added support for compiling under Win32 with MSVC. Added support for HTTPS using OpenSSL.
19 lines
486 B
Makefile
19 lines
486 B
Makefile
# $NetBSD: Makefile,v 1.10 2009/07/17 12:35:12 zafer Exp $
|
|
|
|
DISTNAME= swill-0.3
|
|
CATEGORIES= www devel
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=swill/}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= thorpej@NetBSD.org
|
|
HOMEPAGE= http://swill.sourceforge.net/
|
|
COMMENT= The Simple Web Interface Link Library
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
WRKSRC= ${WRKDIR}/SWILL-0.3
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_MAKE_FLAGS+= prefix=${DESTDIR}${PREFIX}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|