freebsd-ports/deskutils/planner/Makefile
Alexander Nedotsukov 285fdd95a1 Switchover to libtool14 to resolve no relink on install
issue elegant way.

Approved by: marcus (mentor)
2003-08-19 04:04:18 +00:00

28 lines
730 B
Makefile

# New ports collection makefile for: MrProject
# Date created: 15 July 2001
# Whom: Dmitry Sivachenko <demon@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= mrproject
PORTVERSION= 0.9.1
PORTREVISION= 3
CATEGORIES= deskutils gnome
MASTER_SITES= ftp://ftp.codefactory.se/pub/software/mrproject/source/
MAINTAINER= gnome@FreeBSD.org
COMMENT= Project management application for Gnome 2
LIB_DEPENDS= mrproject.0:${PORTSDIR}/deskutils/libmrproject
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack libgnomeui libgnomeprintui
USE_REINPLACE= yes
USE_LIBTOOL= yes
USE_LIBTOOL_VER= 14
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
.include <bsd.port.mk>