1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/x11-toolkits/libsexymm/Makefile
Dmitry Marakasov 14ff747e88 - Switch to USES=libtool, drop .la files
Approved by:	portmgr blanket
2014-06-04 17:37:21 +00:00

23 lines
508 B
Makefile

# Created by: Andreas Kohn <andreas@syndrom23.de>
# $FreeBSD$
PORTNAME= libsexymm
PORTVERSION= 0.1.9
PORTREVISION= 7
CATEGORIES= x11-toolkits devel
MASTER_SITES= http://releases.chipx86.com/libsexy/libsexymm/
MAINTAINER= horia@racoviceanu.com
COMMENT= C++ bindings for libsexy
LICENSE= LGPL21
LIB_DEPENDS= libsexy.so:${PORTSDIR}/x11-toolkits/libsexy \
libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24
USES= gmake pathfix pkgconfig libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
.include <bsd.port.mk>