aboutsummaryrefslogtreecommitdiff
path: root/comms/obexapp
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2013-09-29 10:45:44 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2013-09-29 10:45:44 +0000
commit5a27db0d8c22a5d1d6327614710bca05c1ddfeb7 (patch)
tree3265ea56ebfb486a278d57f10ec2d64af1ed0ba6 /comms/obexapp
parentd3fd6f2145b5cd67b7b8fb1e29e8788e5544ab5e (diff)
downloadports-5a27db0d8c22a5d1d6327614710bca05c1ddfeb7.tar.gz
ports-5a27db0d8c22a5d1d6327614710bca05c1ddfeb7.zip
- Support staging
- Convert to new LIB_DEPENDS format
Notes
Notes: svn path=/head/; revision=328667
Diffstat (limited to 'comms/obexapp')
-rw-r--r--comms/obexapp/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/comms/obexapp/Makefile b/comms/obexapp/Makefile
index 46b9e5bda734..04603aa73ae7 100644
--- a/comms/obexapp/Makefile
+++ b/comms/obexapp/Makefile
@@ -9,8 +9,8 @@ MASTER_SITES= http://people.freebsd.org/~emax/obexapp/
MAINTAINER= madpilot@FreeBSD.org
COMMENT= Obex application to transfer objects to mobile equipment
-LIB_DEPENDS= openobex:${PORTSDIR}/comms/openobex \
- expat:${PORTSDIR}/textproc/expat2
+LIB_DEPENDS= libopenobex.so:${PORTSDIR}/comms/openobex \
+ libexpat.so:${PORTSDIR}/textproc/expat2
WRKSRC= ${WRKDIR}/${PORTNAME}
@@ -18,15 +18,13 @@ USES= iconv
PLIST_FILES= bin/obexapp
.if !defined(NO_INSTALL_MANPAGES)
-MAN1= obexapp.1
-MANCOMPRESSED= yes
+PLIST_FILES+= man/man1/obexapp.1.gz
.else
MAKE_ENV+= NO_MAN=yes
.endif
MAKE_ENV+= NO_WERROR=yes
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's/-liconv/${ICONV_LIB}/' ${WRKSRC}/Makefile