freebsd-ports/net-p2p/gtorrentviewer/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

42 lines
1.1 KiB
Makefile

# New ports collection makefile for: gtorrentviewer
# Date created: 2004-10-16
# Whom: Michael Johnson <ahze@ahze.net>
#
# $FreeBSD$
# $MCom: ports/net-p2p/gtorrentviewer/Makefile,v 1.2 2006/09/30 01:22:35 ahze Exp $
PORTNAME= gtorrentviewer
PORTVERSION= 0.2b
PORTREVISION= 7
CATEGORIES= net-p2p
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= GTorrentViewer-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= GTK+2 viewer and editor for BitTorrent meta files
LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl
USE_GNOME= gtk20 gnomehier intlhack
USE_XLIB= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_GETOPT_LONG=yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --with-pixmapsdir=${PREFIX}/share/gnome/pixmaps \
--with-desktopdir=${PREFIX}/share/gnome/applications
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>