blob: bde36e69a0670223fa809cb4ff8569e329f75d94 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# 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@FreeBSD.org
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
NO_STAGE= yes
.include <bsd.port.mk>
|