aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/easygtk/Makefile
blob: 0ea1bd841aa0e59116097485fca5f9eefbe1ae65 (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:	easygtk
# Date created:				3 January 2001
# Whom:					Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	easygtk
PORTVERSION=	1.2
PORTREVISION=	3
CATEGORIES=	x11-toolkits
MASTER_SITES=	${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR=	sobomax
EXTRACT_SUFX=	.tar

MAINTAINER=	ports@FreeBSD.org
COMMENT=	A wrapper library for GTK+ which provides simplified GUI API

EXTRACT_BEFORE_ARGS=	# it's intentionally left blank
EXTRACT_CMD=	${CAT}	# not quite `extract', but who cares? ;)

WRKSRC=		${WRKDIR}/${PORTNAME}

USE_X_PREFIX=	yes
USE_GNOME=	gnomelibs
USE_LDCONFIG=	yes
MAKE_ENV=	MKDIR="${MKDIR}" \
		LN="${LN}"

.include <bsd.port.mk>