2004-10-23 08:51:33 +02:00
|
|
|
# New ports collection makefile for: gtorrentviewer
|
|
|
|
# Date created: 2004-10-16
|
|
|
|
# Whom: Michael Johnson <ahze@ahze.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2007-10-25 01:37:25 +02:00
|
|
|
# $MCom: ports/net-p2p/gtorrentviewer/Makefile,v 1.4 2007/08/06 17:16:29 mezz Exp $
|
|
|
|
#
|
2004-10-23 08:51:33 +02:00
|
|
|
|
|
|
|
PORTNAME= gtorrentviewer
|
2004-10-26 20:03:43 +02:00
|
|
|
PORTVERSION= 0.2b
|
2010-04-03 12:44:36 +02:00
|
|
|
PORTREVISION= 14
|
2006-01-30 22:36:28 +01:00
|
|
|
CATEGORIES= net-p2p
|
2009-08-22 02:32:25 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/GTorrentViewer/${PORTVERSION}
|
2004-10-23 08:51:33 +02:00
|
|
|
DISTNAME= GTorrentViewer-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
COMMENT= GTK+2 viewer and editor for BitTorrent meta files
|
|
|
|
|
2010-04-03 12:44:36 +02:00
|
|
|
LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl
|
2004-10-23 08:51:33 +02:00
|
|
|
|
2004-11-05 07:41:54 +01:00
|
|
|
USE_GNOME= gtk20 gnomehier intlhack
|
2004-10-26 20:03:43 +02:00
|
|
|
USE_GMAKE= yes
|
2004-10-23 08:51:33 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2004-10-26 20:03:43 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2007-10-25 01:37:25 +02:00
|
|
|
CONFIGURE_ARGS= --with-pixmapsdir=${PREFIX}/share/pixmaps \
|
|
|
|
--with-desktopdir=${PREFIX}/share/applications
|
2004-10-23 08:51:33 +02:00
|
|
|
|
|
|
|
MAN1= gtorrentviewer.1
|
|
|
|
DOCS= AUTHORS COPYING ChangeLog README
|
|
|
|
|
|
|
|
.ifndef (NOPORTDOCS)
|
|
|
|
post-install:
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
.for i in ${DOCS}
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
|
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|