mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
99aa2705f7
- Trim Makefile header [1] - Add LICENSE (GPLv3) PR: ports/178828 [1] Submitted by: Lapo Luchini <lapo@lapo.it> (maintainer) Approved by: culot (mentor)
21 lines
581 B
Makefile
21 lines
581 B
Makefile
# Created by: Lapo Luchini <lapo@lapo.it>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= dispmua
|
|
PORTVERSION= 1.6.9
|
|
CATEGORIES= mail
|
|
DISTNAME= display_mail_user_agent-${DISTVERSION}-sm+tb
|
|
|
|
MAINTAINER= lapo@lapo.it
|
|
COMMENT= Displays the icon of the application with which the e-mail was written
|
|
|
|
LICENSE= GPLv3
|
|
|
|
XPI_NUM= 562
|
|
XPI_ID= {F8147CF4-B9E3-445B-AA87-081ED66548F8}
|
|
XPI_FILES= CHANGELOG LICENSE chrome/chrome.jar chrome.manifest defaults/preferences/prefs.js install.rdf
|
|
XPI_DIRS= chrome defaults/preferences defaults
|
|
|
|
.include "${.CURDIR}/../../www/xpi-adblock/Makefile.xpi"
|
|
.include <bsd.port.mk>
|