29 lines
754 B
Makefile
29 lines
754 B
Makefile
# $NetBSD: Makefile,v 1.2 2015/07/27 19:47:55 asau Exp $
|
|
|
|
PKGNAME= gabedit-2.4.8
|
|
DISTNAME= GabeditSrc248
|
|
CATEGORIES= biology
|
|
MASTER_SITES= $(MASTER_SITE_SOURCEFORGE:=gabedit/)
|
|
|
|
MAINTAINER= asau@inbox.ru
|
|
HOMEPAGE= http://gabedit.sourceforge.net/
|
|
COMMENT= A Graphical User Interface to computational chemistry packages
|
|
|
|
USE_TOOLS= gmake pkg-config
|
|
|
|
INSTALLATION_DIRS= bin
|
|
|
|
# Skip check for example scripts:
|
|
CHECK_PORTABILITY_SKIP= utils/Dalton/SGE/submitDalton \
|
|
utils/Gamess/SGE/submitGamess
|
|
|
|
do-configure:
|
|
cd $(WRKSRC) && cp platforms/CONFIG.unix CONFIG
|
|
|
|
do-install:
|
|
$(INSTALL_PROGRAM) $(WRKSRC)/gabedit $(DESTDIR)$(PREFIX)/bin
|
|
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../graphics/gtkglext/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|