freebsd-ports/devel/giggle/Makefile
Martin Wilke 0b5eed9763 Giggle is a graphical frontend for the git
directory tracker (think of gitk on GTK+).

WWW:	http://developer.imendio.com/projects/giggle

PR:		ports/127779
Submitted by:	Ashish Shukla <wahjava at gmail.com>
2008-10-05 10:18:34 +00:00

29 lines
699 B
Makefile

# New ports collection makefile for: giggle
# Date created: 2008-10-01
# Whom: Ashish Shukla <wahjava@gmail.com>
#
# $FreeBSD$
#
PORTNAME= giggle
PORTVERSION= 0.4
CATEGORIES= devel
MASTER_SITES= http://ftp.imendio.com/${MASTER_SITE_SUBDIR}/
MASTER_SITE_SUBDIR= pub/imendio/giggle/src
MAINTAINER= wahjava@gmail.com
COMMENT= GTK+ frontend for git version control system
BUILD_DEPENDS= git:${PORTSDIR}/devel/git
RUN_DEPENDS= git:${PORTSDIR}/devel/git
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GNOME= glib20 gtk20 gtksourceview2 libglade2
USE_GETTEXT= yes
USE_LDCONFIG= yes
INSTALLS_ICONS= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>