31 lines
798 B
Makefile
31 lines
798 B
Makefile
# $NetBSD: Makefile,v 1.8 2018/03/12 11:16:07 wiz Exp $
|
|
|
|
PKGNAME= gabedit-2.4.8
|
|
PKGREVISION= 4
|
|
DISTNAME= GabeditSrc248
|
|
CATEGORIES= biology
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gabedit/}
|
|
|
|
MAINTAINER= asau@inbox.ru
|
|
HOMEPAGE= http://gabedit.sourceforge.net/
|
|
COMMENT= 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
|
|
|
|
LDFLAGS.SunOS+= -lsocket -lnsl
|
|
|
|
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"
|