2002-09-13 18:49:28 +02:00
|
|
|
# New ports collection makefile for: frontline
|
|
|
|
# Date created: 12 September 2002
|
|
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= frontline
|
2003-02-08 21:38:48 +01:00
|
|
|
PORTVERSION= 0.5.4
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 4
|
2002-09-13 18:49:28 +02:00
|
|
|
CATEGORIES= graphics gnome
|
2003-02-08 21:38:48 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= autotrace
|
2002-09-13 18:49:28 +02:00
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= An autotrace GUI FRONTend like streamLINE(TM)
|
2002-09-13 18:49:28 +02:00
|
|
|
|
2003-02-04 03:54:54 +01:00
|
|
|
LIB_DEPENDS= autotrace.3:${PORTSDIR}/graphics/autotrace \
|
2002-09-18 20:40:33 +02:00
|
|
|
popt.0:${PORTSDIR}/devel/popt
|
2002-09-13 18:49:28 +02:00
|
|
|
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_X_PREFIX= yes
|
2003-04-22 06:46:36 +02:00
|
|
|
USE_GNOME= gnomeprefix gnomehack gnomelibs imlib libartlgpl2
|
2006-05-16 00:23:04 +02:00
|
|
|
USE_GETTEXT= yes
|
2002-09-13 18:49:28 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|