1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/x11/tilda/Makefile
Rodrigo Osorio cf3234f177 Ugrade x11/tilda from 1.3.3 to 1.4.1
Changelog: https://github.com/lanoxx/tilda/compare/tilda-1.4.1...master
Rework USE directives as reported by testports
Update plist
2018-12-26 15:11:24 +00:00

46 lines
1.1 KiB
Makefile

# $FreeBSD$
PORTNAME= tilda
PORTVERSION= 1.4.1
DISTVERSIONPREFIX= ${PORTNAME}-
PORTREVISION= 2
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
USE_XORG+= x11
USE_GNOME+= glib20 gtk30 gdkpixbuf2 pango
USES= gmake gettext gnome pkgconfig autoreconf pathfix libtool
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>