From b50c4a004fcfcbcd06e3a4cadd315b15fa469127 Mon Sep 17 00:00:00 2001 From: Aaron Dalton Date: Mon, 5 Jun 2006 21:30:34 +0000 Subject: Add libphish 0.1.0, a cross-platform library to interact with the Open Phishing Database. PR: ports/95922 Submitted by: Rashid N. Achilov Approved by: tobez --- devel/libphish/Makefile | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 devel/libphish/Makefile (limited to 'devel/libphish/Makefile') diff --git a/devel/libphish/Makefile b/devel/libphish/Makefile new file mode 100644 index 000000000000..565861d0c90a --- /dev/null +++ b/devel/libphish/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: libphish +# Date created: 17 Apr 2006 +# Whom: Rashid N. Achilov +# +# $FreeBSD$ +# + +PORTNAME= libphish +PORTVERSION= 0.1.0 +CATEGORIES= devel +MASTER_SITES= http://download.berlios.de/opdb/ \ + http://download2.berlios.de/opdb/ \ + +MAINTAINER= shelton@granch.ru +COMMENT= A cross-platform library to interact with the Open Phishing Database + +BUILD_DEPENDS= xmlwf:${PORTSDIR}/textproc/expat2 + +USE_BZIP2= yes +INSTALLS_SHLIB= yes +USE_GCC= 3.2+ +GNU_CONFIGURE= yes +CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" + +CPPFLAGS= -I${LOCALBASE}/include -DFreeBSD +LDFLAGS= -L${LOCALBASE}/lib + +post-install: +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} + cd ${WRKSRC}/doc && ${INSTALL_DATA} `${LS}` ${DOCSDIR} +.endif + +.include -- cgit v1.2.3