1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/science/chemtool-devel/Makefile
Maho Nakata 7694957199 Silent distfile change and it has been changed
drastically, so I'll wait for next update with different version
number. place old distfile at freebsd.org (this program is gpl'ed)
for a while.

Submitted by:	kris via bento
2004-03-30 15:23:05 +00:00

46 lines
1.1 KiB
Makefile

# New ports collection makefile for: chemtool-devel
# Date created: Mar 5, 2003
# Whom: NAKATA, Maho <maho@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= chemtool
PORTVERSION= 1.6.1
PORTREVISION= 1
CATEGORIES= science
MASTER_SITES= ${MASTER_SITE_LOCAL}
# http://ruby.chemie.uni-freiburg.de/~martin/chemtool/
MASTER_SITE_SUBDIR= maho/chemtool
DISTNAME= ct161gtk2
EXTRACT_SUFX= .tgz
MAINTAINER= maho@FreeBSD.org
COMMENT= Drawing organic molecules easily and store them (developer version)
LIB_DEPENDS= EMF.1:${PORTSDIR}/graphics/libemf
RUN_DEPENDS= transfig:${PORTSDIR}/print/transfig
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-gtk2/
USE_REINPLACE= yes
USE_GTK= yes
USE_AUTOCONF_VER= 213
GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ARGS= --enable-emf=yes
PKGNAMESUFFIX= -devel
MAN1= chemtool.1 cht.1
post-patch:
${REINPLACE_CMD} -e 's+%%LOCALBASE%%+${LOCALBASE}+g;' ${WRKSRC}/Makefile.in
do-install:
@(cd ${WRKSRC}; ${GMAKE} install)
@(cd ${WRKSRC}; \
${MKDIR} ${PREFIX}/share/examples/chemtool/; \
cd ${WRKSRC}/examples/; \
${INSTALL_DATA} * ${PREFIX}/share/examples/chemtool; \
)
.include <bsd.port.mk>