blob: d97edba543e042e59387267cab653bf3bb50b29c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# New ports collection makefile for: parcellite
# Date created: 29 April 2009
# Whom: Joey Mingrone <joey@mingrone.org>
#
# $FreeBSD$
#
PORTNAME= parcellite
PORTVERSION= 0.9.1
PORTREVISION= 1
CATEGORIES= deskutils
MASTER_SITES= SF
MAINTAINER= joey@mingrone.org
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>
|