b8b3f8c0ef
- Add LICENSE - Pass maintainership to submitter - Convert to new Makefile header PR: ports/174756 (based on) Submitted by: nemysis <nemysis_AT_gmx_DOT_ch>
24 lines
507 B
Makefile
24 lines
507 B
Makefile
# 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
|
|
USE_GNOME= gnomehack
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|