5069d752df
Mark packages that don't or might probably not have staged installation.
19 lines
551 B
Makefile
19 lines
551 B
Makefile
# $NetBSD: Makefile,v 1.2 2012/10/03 15:09:56 asau Exp $
|
|
#
|
|
|
|
DISTNAME= mmdb_1.21.orig
|
|
PKGNAME= ${DISTNAME:S/_/-/S/.orig//}
|
|
CATEGORIES= biology databases
|
|
MASTER_SITES= http://mirrors.cytanet.com.cy/linux/ubuntu/archive/pool/universe/m/mmdb/
|
|
|
|
MAINTAINER= jihbed.research@gmail.com
|
|
HOMEPAGE= http://strucbio.biologie.uni-konstanz.de/ccp4wiki/index.php/Mmdb
|
|
COMMENT= Macromolecular coordinate library
|
|
LICENSE= gnu-gpl-v2 AND gnu-lgpl-v3
|
|
|
|
WRKSRC= ${WRKDIR}/mmdb-1.21
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_LANGUAGES= c c++
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|