2000-10-19 09:01:32 +02:00
|
|
|
# New ports collection makefile for: lopster
|
|
|
|
# Date created: 19 Oct 2000
|
|
|
|
# Whom: Roman Shterenzon <roman@xpert.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= lopster
|
2001-05-30 17:33:32 +02:00
|
|
|
PORTVERSION= 0.9.9
|
2000-10-19 09:01:32 +02:00
|
|
|
CATEGORIES= audio
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
|
|
|
MAINTAINER= roman@xpert.com
|
|
|
|
|
2001-05-30 17:33:32 +02:00
|
|
|
LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
|
|
|
|
|
2000-10-19 09:01:32 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_GTK= yes
|
|
|
|
USE_X_PREFIX= yes
|
2001-05-30 17:33:32 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
|
2000-10-19 09:01:32 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|