freebsd-ports/x11-toolkits/libsexymm/Makefile
Eitan Adler 334eb0fc61 This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.

PR:		ports/177081
Reviewed by:	bapt
Approved by:	portmgr (miwi)
2013-03-19 13:04:30 +00:00

24 lines
500 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
USES= pathfix
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_LDCONFIG= yes
.include <bsd.port.mk>