# New ports collection makefile for: esmska # Date created: 18 Feb 2008 # Whom: Martin Otto # # $FreeBSD$ # PORTNAME= esmska PORTVERSION= 0.17.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 w44/cgit/cgit.cgi/'>cgit logo index : freebsd-ports-graphics
FreeBSD graphics obsolete development ports (https://github.com/freebsd/freebsd-ports-graphics)
aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/beep-media-player
Commit message (Expand)AuthorAgeFilesLines
* Conversion to a single libtool environment.ade2006-02-232-2/+16
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-1/+1
* Add SHA256 distinfovs2005-12-091-0/+2
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
* Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-051-1/+1
* - Add patch to enable ipv6 supportehaupt2005-10-182-10/+12
* fix some ioctl sign-extension issues on 64bit platformsoliver2005-06-203-1/+55
* - Bugfix: make xmms_remote_get_info() return correct information instead of somenovel2005-05-142-1/+22
* Unbreak build when the WITH_3DNOW option is disabled.lawrance2005-04-251-9/+0
* Bump PORTREVISION to chase the glib20 shared lib version change.marcus2005-03-121-1/+1
* Bump PORTREV as a hint to the package cluster after discussion with krisvs2005-03-011-1/+1
* Build WAV-plugin (bump PORTREV)vs2005-02-282-2/+3
* Fix "ownership" of lib/bmp/General and make the plugins respect the newvs2005-02-252-20/+8
* - Fix crash on exitingpav2004-12-131-1/+2