aboutsummaryrefslogtreecommitdiff
path: root/graphics/gcolor2/Makefile
blob: cda937af4d81f1d1281f95afa1f925ef81bd9837 (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
# Created by: Piotr Smyrak, piotr.smyrak@heron.pl

PORTNAME=	gcolor2
PORTVERSION=	0.4
PORTREVISION=	10
CATEGORIES=	graphics gnome
MASTER_SITES=	SF

MAINTAINER=	ps.ports@smyrak.com
COMMENT=	Simple GTK+ 2.0 color selector

LICENSE=	GPLv2

USES=		gnome pkgconfig
USE_GNOME=	gtk20 gnomeprefix intltool
GNU_CONFIGURE=	yes

SUB_FILES=	gcolor2.desktop

post-install:
	${INSTALL_DATA} ${WRKDIR}/gcolor2.desktop ${STAGEDIR}${PREFIX}/share/applications

.include <bsd.port.mk>