mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
38 lines
822 B
Makefile
38 lines
822 B
Makefile
# New ports collection makefile for: flink
|
|
# Date created: 27 Aug 2002
|
|
# Whom: Juan Salaverria <rael@vectorstar.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= flink
|
|
PORTVERSION= 0.3.2
|
|
CATEGORIES= mail gnome
|
|
MASTER_SITES= http://flink.leyman.nu/
|
|
|
|
MAINTAINER= rael@vectorstar.net
|
|
COMMENT= The Flink mailchecker is a small panelapplet for the GNOME panel
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_X_PREFIX= yes
|
|
USE_GNOME= gnomeprefix gnomehack libpanel
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
|
|
MAN1= flink.1
|
|
|
|
DOCS= AUTHORS COPYING INSTALL NEWS README ChangeLog
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ;' ${WRKSRC}/configure
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}
|
|
.for f in ${DOCS}
|
|
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
|
|
.endfor
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|