freebsd-ports/x11-fm/vide/Makefile
Mario Sergio Fujikawa Ferreira c3fcfe012d Deploy USE_GNOMENG infrastructure
PR:		42311
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
2002-09-02 04:03:35 +00:00

31 lines
584 B
Makefile

# New ports collection makefile for: vide
# Date created: May 17 2000
# Whom: careilly
#
# $FreeBSD$
#
PORTNAME= vide
PORTVERSION= 0.5
CATEGORIES= x11-fm
MASTER_SITES= http://vide.sourceforge.net/
MAINTAINER= careilly@thecia.ie
RUN_DEPENDS= vim:${PORTSDIR}/editors/vim5
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOMENG= yes
USE_GNOME= gnomelibs
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-DHAVE_SYS_PARAM_H"
PLIST_SUB= VERSION=${PORTVERSION}
PATCH_WRKSRC= ${WRKSRC}/src
post-patch:
@${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/src/*.c
.include <bsd.port.mk>