freebsd-ports/deskutils/parcellite/Makefile
Wen Heping 8f5165e801 - Update to 1.0.1 [1]
- Update maintainer's mail [2]

PR:		ports/161152 [1]
Submitted by:	Guido Falsi <mad@madpilot.net> [1]
		Joseph Mingrone <jrm@ftfl.ca> (maintainer) [2]
Approved by:	Joseph Mingrone <jrm@ftfl.ca> (maintainer)
2011-10-20 06:13:56 +00:00

30 lines
569 B
Makefile

# New ports collection makefile for: parcellite
# Date created: 29 April 2009
# Whom: Joey Mingrone <joey@mingrone.org>
#
# $FreeBSD$
#
PORTNAME= parcellite
PORTVERSION= 1.0.1
CATEGORIES= deskutils
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= jrm@ftfl.ca
COMMENT= A lightweight GTK+ clipboard manager
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GNOME= gtk20
.if !defined(WITHOUT_NLS)
USE_GETTEXT= yes
PLIST_SUB+= NLS=""
.else
CONFIGURE_ARGS+= --disable-nls
PLIST_SUB+= NLS="@comment "
.endif
MAN1= parcellite.1
.include <bsd.port.mk>