1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/x11/tilda/Makefile
Niclas Zeising 4c46ca73d8 Add USES=xorg USES=gl, ports categories x
Add USES=xorg and USES=gl to ports in categories starting with 'x'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
2019-11-07 18:36:55 +00:00

46 lines
1.1 KiB
Makefile

# $FreeBSD$
PORTNAME= tilda
PORTVERSION= 1.4.1
DISTVERSIONPREFIX= ${PORTNAME}-
PORTREVISION= 3
CATEGORIES= x11
MAINTAINER= rodrigo@FreeBSD.org
COMMENT= Drop down x11 terminal with transparency support
LICENSE= GPLv2
BUILD_DEPENDS= vte3>=0:x11-toolkits/vte3
RUN_DEPENDS= vte3>=0:x11-toolkits/vte3
LIB_DEPENDS= libconfuse.so:devel/libconfuse
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-rpath
USES= gmake gettext gnome pkgconfig autoreconf pathfix libtool xorg
USE_XORG+= x11
USE_GNOME+= glib20 gtk30 gdkpixbuf2 pango
INSTALL_TARGET= install-strip
USE_GITHUB= yes
GH_ACCOUNT= lanoxx
DOCS= AUTHORS ChangeLog HACKING.md README.md TODO.md
OPTIONS_DEFINE= DOCS
post-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}
.for f in ${DOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
.endfor
@${ECHO_MSG} ""
@${ECHO_MSG} ""
@${ECHO_MSG} " ATTENTION:"
@${ECHO_MSG} " If you are upgrade from version 0.09.1 or below,"
@${ECHO_MSG} " you'll need to delete your old config files and "
@${ECHO_MSG} " make them again."
@${ECHO_MSG} ""
@${ECHO_MSG} ""
.include <bsd.port.mk>