2001-09-28 21:30:41 +00:00
|
|
|
# New ports collection makefile for: wmmultipop3
|
|
|
|
# Date created: Fri Sep 28 16:25:34 EDT 2001
|
|
|
|
# Whom: Patrick Li <pat@databits.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= wmmultipop3
|
2002-05-26 23:51:32 +00:00
|
|
|
PORTVERSION= 0.8
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 17:56:05 +00:00
|
|
|
PORTREVISION= 2
|
2001-09-28 21:30:41 +00:00
|
|
|
CATEGORIES= mail windowmaker
|
2002-07-15 15:24:21 +00:00
|
|
|
MASTER_SITES= http://bart.sm.luth.se/~dansun-8/software/wmMultiPop3/
|
2001-09-28 21:30:41 +00:00
|
|
|
DISTNAME= wmMultiPop3-${PORTVERSION}
|
|
|
|
|
2006-04-14 22:53:13 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= A WindowMaker dockapp that checks multiple pop3 accounts for new mail
|
2001-09-28 21:30:41 +00:00
|
|
|
|
|
|
|
BUILD_WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME}
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 17:56:05 +00:00
|
|
|
USE_XORG= xpm
|
2001-09-28 21:30:41 +00:00
|
|
|
|
2002-07-15 15:24:21 +00:00
|
|
|
DOC_FILES= ChangeLog INSTALL README
|
2001-09-28 21:30:41 +00:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
@${INSTALL_PROGRAM} ${BUILD_WRKSRC}/wmmultipop3 ${PREFIX}/bin
|
|
|
|
.ifndef(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
.for file in ${DOC_FILES}
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|