mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
24 lines
412 B
Makefile
24 lines
412 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
|
||
|
|
||
|
CFLAGS+= -DHAVE_SYS_PARAM_H
|
||
|
MANCOMPRESSED= yes
|
||
|
USE_XLIB= yes
|
||
|
GNU_CONFIGURE= yes
|
||
|
USE_GMAKE= yes
|
||
|
|
||
|
.include <bsd.port.mk>
|