pkgsrc-wip/vale-current/Makefile
Aleksej Saushev 1422d7606a Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
2012-10-07 17:41:39 +00:00

20 lines
453 B
Makefile

# $NetBSD: Makefile,v 1.4 2012/10/07 17:41:41 asau Exp $
DISTNAME= vale-0.0.2
CATEGORIES= devel
MASTER_SITES= http://www.soft-switch.org/downloads/vale/
EXTRACT_SUFX= .tgz
MAINTAINER= x400@msfu.ru
HOMEPAGE= http://www.soft-switch.org/
COMMENT= Media streaming library
PKG_DESTDIR_SUPPORT= none
WRKSRC= ${WRKDIR}/vale-0.0.1
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_LANGUAGES= c c++ fortran77
USE_TOOLS+= gmake
.include "../../mk/bsd.pkg.mk"