861a799ae0
prodded by espie@ discussed with espie@ sthen@ landry@
44 lines
1.1 KiB
Makefile
44 lines
1.1 KiB
Makefile
# $OpenBSD: Makefile,v 1.9 2009/12/21 20:46:03 ajacoutot Exp $
|
|
|
|
COMMENT= drop-down terminal emulator
|
|
|
|
DISTNAME= tilda-0.9.6
|
|
PKGNAME= ${DISTNAME}p2
|
|
CATEGORIES= x11
|
|
|
|
HOMEPAGE= http://tilda.sourceforge.net/
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tilda/}
|
|
|
|
MODULES= devel/gettext
|
|
|
|
WANTLIB += X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
|
|
WANTLIB += Xi Xinerama Xrandr Xrender atk-1.0 c cairo expat
|
|
WANTLIB += fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0
|
|
WANTLIB += glib-2.0 glitz gmodule-2.0 gobject-2.0 gthread-2.0
|
|
WANTLIB += gtk-x11-2.0 m pango-1.0 pangocairo-1.0 pangoft2-1.0
|
|
WANTLIB += pixman-1 png pthread xml2 z pthread-stubs xcb
|
|
|
|
RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils
|
|
LIB_DEPENDS= confuse::devel/libconfuse \
|
|
glade-2.0::devel/libglade2 \
|
|
vte::devel/vte
|
|
|
|
USE_GMAKE= Yes
|
|
USE_X11= Yes
|
|
USE_LIBTOOL= Yes
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/tilda
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/tilda
|
|
|
|
.include <bsd.port.mk>
|