freebsd-ports/x11-toolkits/libsexy/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

27 lines
661 B
Makefile

# Ports collection makefile for: libsexy
# Date created: 2005-11-06
# Whom: Andreas Kohn <andreas@syndrom23.de>
#
# $FreeBSD$
#
PORTNAME= libsexy
PORTVERSION= 0.1.10
PORTREVISION= 1
CATEGORIES= x11-toolkits devel
MASTER_SITES= http://releases.chipx86.com/libsexy/libsexy/
MAINTAINER= miwi@FreeBSD.org
COMMENT= Extension widgets for GTK+
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:15
USE_GNOME= gnomehack lthack gtk20 libxml2
USE_LDCONFIG= yes
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
.include <bsd.port.mk>