summaryrefslogtreecommitdiff
path: root/x11-toolkits/libsexymm/Makefile
blob: 4e4704c9a4522f3861c77b3a4951e49018df33a5 (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
# Created by: Andreas Kohn <andreas@syndrom23.de>
# $FreeBSD$

PORTNAME=	libsexymm
PORTVERSION=	0.1.9
PORTREVISION=	6
CATEGORIES=	x11-toolkits devel
MASTER_SITES=	http://releases.chipx86.com/libsexy/libsexymm/

MAINTAINER=	nemysis@gmx.ch
COMMENT=	C++ bindings for libsexy

LICENSE=	LGPL21

LIB_DEPENDS=	gtkmm-2:${PORTSDIR}/x11-toolkits/gtkmm24 \
		sexy:${PORTSDIR}/x11-toolkits/libsexy

USE_AUTOTOOLS=	libtool
USES=	pathfix pkgconfig
GNU_CONFIGURE=	yes
USE_GMAKE=	yes
USE_LDCONFIG=	yes

NO_STAGE=	yes
.include <bsd.port.mk>