blob: 05f91c70e73cee30c87c2c5cfe859ef4d9289da5 (
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
|
# 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>
|