17 lines
363 B
Makefile
17 lines
363 B
Makefile
# $NetBSD: Makefile,v 1.3 2004/01/25 02:32:44 grantbeattie Exp $
|
|
#
|
|
|
|
DISTNAME= mcats-0.1.0
|
|
CATEGORIES= converters
|
|
MASTER_SITES= http://mcats.net/files/
|
|
|
|
MAINTAINER= pehr@mcats.net
|
|
HOMEPAGE= http://mcats.net/
|
|
COMMENT= Catalog converter
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_GNU_TOOLS+= make
|
|
USE_LIBTOOL= YES
|
|
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|