freebsd-ports/x11-toolkits/libsexymm/Makefile
Raphael Kubo da Costa f8a65e4c1b Reset ports maintained by horia@racoviceanu.com.
The last change submitted or approved by Horia in Bugzilla dates back to
September 2015. Since then, all commits to his ports were landed by others
after the maintainer timeout period expired (see r383744, r405055, r405057,
r400461 and r414655, for example).

Horia did show interest in coming back after I sent a private email a few
months ago, but since nothing has changed it is better to reassign his ports
back to the heap.

Differential Revision:	https://reviews.freebsd.org/D5980
2016-06-28 09:11:31 +00:00

22 lines
480 B
Makefile

# 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>