mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
eefdcbfd7c
Reported by: portscan and common sense
34 lines
684 B
Makefile
34 lines
684 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= nezd
|
|
PORTVERSION= 0.1.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= trevis@silencedpoet.com
|
|
COMMENT= General purpose messaging, notification and menuing program for X11
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= pkgconfig xorg
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= telser
|
|
|
|
USE_XORG= x11 xpm xinerama xft
|
|
|
|
CONFLICTS_INSTALL= dzen2
|
|
|
|
OPTIONS_DEFINE= GADGETS
|
|
GADGETS_DESC= Build and install gadgets
|
|
OPTIONS_SUB= yes
|
|
|
|
GADGETS_ALL_TARGET= all gadgets
|
|
GADGETS_INSTALL_TARGET= install install-gadgets
|
|
|
|
post-install:
|
|
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/README.nezd ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/gadgets/README.* ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|