1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00
freebsd-ports/comms/obexapp/Makefile
Philippe Audeoud 2ff99447f9 - Update to 1.4.9
PR:		ports/123715
Submitted by:	Guido Falsi <mad@madpilot.net>
Approved by:	mentor (implicit)
2008-05-16 07:51:32 +00:00

33 lines
623 B
Makefile

# New ports collection makefile for: obexapp
# Date created: 22 March 2004
# Whom: Guido Falsi <mad@madpilot.net>
#
# $FreeBSD$
#
PORTNAME= obexapp
PORTVERSION= 1.4.9
CATEGORIES= comms net
MASTER_SITES= http://www.geocities.com/m_evmenkin/
MAINTAINER= mad@madpilot.net
COMMENT= Obex application to transfer objects to mobile equipment
LIB_DEPENDS= openobex:${PORTSDIR}/comms/openobex
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_ICONV= yes
PLIST_FILES= bin/obexapp
.if !defined(NO_INSTALL_MANPAGES)
MAN1= obexapp.1
MANCOMPRESSED= yes
.else
MAKE_ENV+= NO_MAN=yes
.endif
MAKE_ENV+= NO_WERROR=yes
.include <bsd.port.mk>