mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
7aa69efc18
- Use GTK_CONFIG instead of hardcoded gtk12-config - Replace external rxvt/vim with more common xterm/vi - Fix pkg/PLIST No response from MAINTAINER. PR: 19526 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
32 lines
631 B
Makefile
32 lines
631 B
Makefile
# 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
|
|
|
|
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
|
|
|
|
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= CPPFLAGS="-DHAVE_SYS_PARAM_H" \
|
|
GTK_CONFIG="${GTK_CONFIG}"
|
|
CONFIGURE_ARGS= --disable-gtktest
|
|
|
|
PLIST_SUB= VERSION=${PORTVERSION}
|
|
|
|
post-patch:
|
|
@${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/src/*.c
|
|
|
|
.include <bsd.port.mk>
|