summaryrefslogtreecommitdiff
path: root/x11-toolkits/libsexymm/Makefile
blob: 8fb8b873bc9de244cbc2e9ccf3da25df59b9702e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Andreas Kohn <andreas@syndrom23.de>
# $FreeBSD$

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

MAINTAINER=	ports@FreeBSD.org
COMMENT=	C++ bindings for libsexy

LICENSE=	LGPL21

LIB_DEPENDS=	libsexy.so:x11-toolkits/libsexy \
		libgtkmm-2.4.so:x11-toolkits/gtkmm24

USES=		gmake pathfix pkgconfig libtool
GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes

.include <bsd.port.mk>