2007-05-10 10:33:19 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.9 2007/05/10 14:33:19 ajacoutot Exp $
|
2005-06-07 13:24:49 -04:00
|
|
|
|
|
|
|
COMMENT= "another eMule p2p client"
|
|
|
|
|
2006-10-12 10:18:53 -04:00
|
|
|
DISTNAME= aMule-2.1.3
|
2007-05-10 10:33:19 -04:00
|
|
|
PKGNAME= ${DISTNAME:L}p0
|
2005-06-07 13:24:49 -04:00
|
|
|
CATEGORIES= net
|
|
|
|
|
|
|
|
HOMEPAGE= http://www.amule.org/
|
|
|
|
|
|
|
|
# GPL
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2006-10-12 10:18:53 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=amule/}
|
|
|
|
EXTRACT_SUFX= .tar.bz2
|
2005-06-07 13:24:49 -04:00
|
|
|
|
2006-10-12 10:18:53 -04:00
|
|
|
LIB_DEPENDS= wx_gtk2_adv,wx_base_net,wx_base,wx_gtk2_core:wxWidgets-gtk2->=2.6.3:x11/wxWidgets
|
2005-06-07 13:24:49 -04:00
|
|
|
|
|
|
|
USE_X11= Yes
|
2006-10-12 10:18:53 -04:00
|
|
|
USE_GMAKE= Yes
|
2005-06-07 13:24:49 -04:00
|
|
|
|
2006-10-12 10:18:53 -04:00
|
|
|
WANTLIB= X11 c m pthread stdc++ z
|
2005-06-07 13:24:49 -04:00
|
|
|
|
2006-10-12 10:18:53 -04:00
|
|
|
CONFIGURE_STYLE=gnu
|
2007-05-10 10:33:19 -04:00
|
|
|
CONFIGURE_ARGS= --disable-debug --with-x
|
2006-10-12 10:18:53 -04:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include"
|
2005-06-07 13:24:49 -04:00
|
|
|
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|