blob: 20a5db2ffad75017b01557e5c677d701ee053d3c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: agbrowser
# Date created: 7 April 2001
# Whom: will
#
# $FreeBSD$
#
PORTNAME= agbrowser
PORTVERSION= 0.96
CATEGORIES= audio
MASTER_SITES= http://www.geocities.com/uallloveme/OSS/AGBrowser/
MAINTAINER= lioux@FreeBSD.org
# USE_AUTO{CONF,MAKE} breaks it
BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf \
automake:${PORTSDIR}/devel/automake
USE_KDELIBS_VER=2
GNU_CONFIGURE= yes
.include <bsd.port.mk>
|