1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/x11-fm/vide/Makefile

27 lines
484 B
Makefile
Raw Normal View History

# New ports collection makefile for: vide
# Date created: May 17 2000
# Whom: careilly
#
# $FreeBSD$
#
PORTNAME= vide
PORTVERSION= 0.2.6
CATEGORIES= x11-fm
MASTER_SITES= http://vide.sourceforge.net/
MAINTAINER= careilly@thecia.ie
USE_X_PREFIX= yes
USE_GMAKE= yes
2000-10-05 06:42:57 +00:00
USE_GTK= yes
GNU_CONFIGURE= yes
2000-10-05 06:42:57 +00:00
CONFIGURE_ENV= CPPFLAGS="-DHAVE_SYS_PARAM_H"
PLIST_SUB= VERSION=${PORTVERSION}
post-patch:
@${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/src/*.c
.include <bsd.port.mk>