aboutsummaryrefslogtreecommitdiffstats
path: root/audio/lopster/Makefile
blob: 848480f55a7939206eab14b31c915fb6225547a6 (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
24
25
26
27
28
# New ports collection makefile for:    lopster
# Date created:     19 Oct 2000
# Whom:         Roman Shterenzon <roman@xpert.com>
#
# $FreeBSD$
#

PORTNAME=   lopster
PORTVERSION=    0.9.7
PORTREVISION=   1
CATEGORIES= audio
DISTNAME=   ${PORTNAME}-${PORTVERSION}-${PORTREVISION}
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER= roman@xpert.com

GNU_CONFIGURE=  yes
USE_GMAKE=  yes
USE_GTK=    yes
USE_X_PREFIX=   yes

post-extract:
.for i in aclocal.m4 stamp-h.in Makefile.in configure src/Makefile.in
    ${TOUCH} ${WRKSRC}/${i}
.endfor

.include <bsd.port.mk>