freebsd-ports/comms/obexapp/Makefile
Philip M. Gollucci 9f0dc04169 - Update to 1.4.13
PR:             ports/142720
Submitted by:   maintainer
2010-01-18 01:28:25 +00:00

34 lines
648 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.13
CATEGORIES= comms net
MASTER_SITES= http://people.freebsd.org/~emax/obexapp/
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
MAKE_JOBS_SAFE= yes
.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>