blob: 3c313ab668da23636f16a8a1557fcc1204f9a997 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: driftnet
# Date created: 28 February 2002
# Whom: Simon 'corecode' Schubert <corecode@corecode.ath.cx>
#
# $FreeBSD$
#
PORTNAME= driftnet
PORTVERSION= 0.1.4
CATEGORIES= net
MASTER_SITES= http://www.ex-parrot.com/~chris/driftnet/ \
http://www.vanheusden.com/mirrors/
MAINTAINER= corecode@corecode.ath.cx
LIB_DEPENDS= ungif.5:${PORTSDIR}/graphics/libungif \
jpeg.9:${PORTSDIR}/graphics/jpeg
USE_GTK= yes
USE_X_PREFIX= yes
MAKEFILE= ${FILESDIR}/Makefile
.include <bsd.port.mk>
|