svn commit: r324084 - head/mail/wmpop3lb
Baptiste Daroussin
bapt at FreeBSD.org
Thu Aug 1 05:46:23 UTC 2013
Author: bapt
Date: Thu Aug 1 05:46:22 2013
New Revision: 324084
URL: http://svnweb.freebsd.org/changeset/ports/324084
Log:
Fix build with clang
Trim header
Remove leading indefinite article
tab -> space in pkg-descr
optionsng
USE_GMAKE -> USES=gmake
Modified:
head/mail/wmpop3lb/Makefile
head/mail/wmpop3lb/pkg-descr
Modified: head/mail/wmpop3lb/Makefile
==============================================================================
--- head/mail/wmpop3lb/Makefile Thu Aug 1 05:39:16 2013 (r324083)
+++ head/mail/wmpop3lb/Makefile Thu Aug 1 05:46:22 2013 (r324084)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: wmpop3lb
-# Date created: 2007-07-06
-# Whom: Otavio Fernandes <otaviof at gmail.com>
-#
+# Created by: Otavio Fernandes <otaviof at gmail.com>
# $FreeBSD$
-#
PORTNAME= wmpop3lb
PORTVERSION= 2.4.2
@@ -14,36 +10,34 @@ MASTER_SITE_SUBDIR= distfiles
DISTNAME= ${PORTNAME}${PORTVERSION}
MAINTAINER= otaviof at gmail.com
-COMMENT= A WindowMaker dock app for multi POP3 accounts mailbox checking
+COMMENT= WindowMaker dock app for multi POP3 accounts mailbox checking
-USE_GMAKE= yes
+USES= gmake
USE_XORG= xext xpm
+USE_CSTD= gnu89
CFLAGS+= -I${LOCALBASE}/include
PLIST_FILES= bin/wmpop3lb
PORTDOCS= CHANGE_LOG COPYING INSTALL README
-WRKSRC_BUILD= ${WRKSRC}/wmpop3
-
-.include <bsd.port.pre.mk>
+BUILD_WRKSRC= ${WRKSRC}/wmpop3
post-patch:
@${REINPLACE_CMD} -e "s,cc ,${CC} ,g" \
-e "s,^FLAGS *=.*$$,FLAGS = ${CFLAGS}," \
-e "s,/usr/X11R6,${LOCALBASE},g" \
- ${WRKSRC_BUILD}/Makefile
+ ${BUILD_WRKSRC}/Makefile
-do-build:
- @cd ${WRKSRC_BUILD} && ${GMAKE}
+.include <bsd.port.options.mk>
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC_BUILD}/${PORTNAME} ${PREFIX}/bin
-.if !defined(NOPORTDOCS)
+ ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/${PORTNAME} ${PREFIX}/bin
+.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${DOCSDIR}
. for doc in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
. endfor
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: head/mail/wmpop3lb/pkg-descr
==============================================================================
--- head/mail/wmpop3lb/pkg-descr Thu Aug 1 05:39:16 2013 (r324083)
+++ head/mail/wmpop3lb/pkg-descr Thu Aug 1 05:46:22 2013 (r324084)
@@ -4,4 +4,4 @@ fields of each mail and display them in
deleted directly off the servers by selecting the mails to delete and clicking
the "delete" button.
-WWW: http://wmpop3lb.jourdain.org/
+WWW: http://wmpop3lb.jourdain.org/
More information about the svn-ports-head
mailing list