1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/comms/esmska/Makefile
Lars Engels e8f962deaf Add new port: esmska
Esmska is a cross-platform application for sending SMS messages over the
Internet.

Features:
 * Send SMS to various operators (local or international)
 * Supports all common operating systems (Linux, Windows, Mac OS, etc.)
 * Free, under open-source licence GNU AGPL3
 * Import contacts from other programs (DreamCom) and formats (vCard)
 * Send SMS to multiple recipients at once
 * History of sent messages
 * Pluggable operator system - easy to provide support for more operators
   directly by users
 * Extensive possibilities of changing appearance
 * Many other planned features

WWW: http://esmska.googlecode.com

PR:		ports/131865
Submitted by:	martinko <gamato (AT) users.sf.net>
2009-02-26 22:02:03 +00:00

46 lines
1009 B
Makefile

# New ports collection makefile for: esmska
# Date created: 18 Feb 2008
# Whom: Martin Otto
#
# $FreeBSD$
#
PORTNAME= esmska
PORTVERSION= 0.13.0
CATEGORIES= comms java
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
MAINTAINER= gamato@users.sf.net
COMMENT= Program for sending SMS over the Internet
RUN_DEPENDS= java:${PORTSDIR}/java/javavmwrapper
USE_JAVA= yes
JAVA_VERSION= 1.6+
DATADIR= ${JAVASHAREDIR}/${PORTNAME}
NO_BUILD= yes
SUB_FILES= esmska
PORTDOCS= readme.txt
do-install:
@${MKDIR} ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/esmska.jar ${DATADIR}/
(cd ${WRKSRC}/ && ${COPYTREE_SHARE} icons ${DATADIR}/)
(cd ${WRKSRC}/ && ${COPYTREE_SHARE} lib ${DATADIR}/)
(cd ${WRKSRC}/ && ${COPYTREE_SHARE} license ${DATADIR}/)
(cd ${WRKSRC}/ && ${COPYTREE_SHARE} operators ${DATADIR}/)
${INSTALL_SCRIPT} ${WRKDIR}/esmska ${PREFIX}/bin/
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for i in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}/
.endfor
.endif
.include <bsd.port.mk>