freebsd-ports/deskutils/parcellite/Makefile
Guido Falsi dfefdf7402 - Revert to 1.0.1 due to annoying bugs in newer versions.
- Bump PORTEPOCH

Submitted by:	Joseph Mingrone <jrm@ftfl.ca> (maintainer, via email)
2013-01-22 09:02:02 +00:00

29 lines
537 B
Makefile

# Created by: Joey Mingrone <joey@mingrone.org>
# $FreeBSD$
PORTNAME= parcellite
PORTVERSION= 1.0.1
PORTEPOCH= 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
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
USE_GETTEXT= yes
PLIST_SUB+= NLS=""
.else
CONFIGURE_ARGS+= --disable-nls
PLIST_SUB+= NLS="@comment "
.endif
MAN1= parcellite.1
.include <bsd.port.mk>