freebsd-ports/x11-toolkits/libsexy/Makefile
Alex Kozlov 08c99f3ad5 - Convert USE_GETTEXT to USES (part 1)
Approved by:	portmgr (bapt)
2013-04-24 07:35:40 +00:00

25 lines
608 B
Makefile

# Created by: Andreas Kohn <andreas@syndrom23.de>
# $FreeBSD$
PORTNAME= libsexy
PORTVERSION= 0.1.11
PORTREVISION= 6
CATEGORIES= x11-toolkits devel
MASTER_SITES= http://releases.chipx86.com/libsexy/libsexy/
MAINTAINER= nemysis@gmx.ch
COMMENT= Extension widgets for GTK+
LICENSE= LGPL21
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes
LIB_DEPENDS= enchant:${PORTSDIR}/textproc/enchant
RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_AUTOTOOLS= libtool
USE_GNOME= gnomehack lthack gtk20 libxml2
USE_LDCONFIG= yes
USES= pkgconfig gettext
GNU_CONFIGURE= yes
.include <bsd.port.mk>