1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/deskutils/parcellite/Makefile
2012-06-01 05:26:28 +00:00

32 lines
585 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
PORTREVISION= 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>