1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/audio/lopster/Makefile
Kevin Lo 158116f623 Fix delete files from the complete directory.
PR: 22822
Submitted by: MAINTAINER
2000-11-14 15:21:56 +00:00

28 lines
517 B
Makefile

# New ports collection makefile for: lopster
# Date created: 19 Oct 2000
# Whom: Roman Shterenzon <roman@xpert.com>
#
# $FreeBSD$
#
PORTNAME= lopster
PORTVERSION= 0.9.6
PORTREVISION= 1
CATEGORIES= audio
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>