diff options
author | Maho Nakata <maho@FreeBSD.org> | 2003-10-04 01:52:19 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2003-10-04 01:52:19 +0000 |
commit | bf4ff7c70fd2559f5f1164f77f93faaf1cdcf22d (patch) | |
tree | 767fa20479c5e807c01f09422086aaa56d486095 /science | |
parent | 62a8ba9cf455c6565457163261d8451fca7b1655 (diff) | |
download | ports-bf4ff7c70fd2559f5f1164f77f93faaf1cdcf22d.tar.gz ports-bf4ff7c70fd2559f5f1164f77f93faaf1cdcf22d.zip |
Notes
Diffstat (limited to 'science')
-rw-r--r-- | science/chemtool/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/science/chemtool/Makefile b/science/chemtool/Makefile index 10642731a1d5..46d67c971044 100644 --- a/science/chemtool/Makefile +++ b/science/chemtool/Makefile @@ -6,25 +6,23 @@ PORTNAME= chemtool PORTVERSION= 1.6 +PORTREVISION= 1 CATEGORIES= science MASTER_SITES= http://ruby.chemie.uni-freiburg.de/~martin/chemtool/ MAINTAINER= maho@FreeBSD.org COMMENT= Draw organic molecules easily and store them -#LIB_DEPENDS= EMF.1:${PORTSDIR}/graphics/libemf +LIB_DEPENDS= EMF.1:${PORTSDIR}/graphics/libemf RUN_DEPENDS= transfig:${PORTSDIR}/print/transfig USE_GNOME= gtk12 USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ +CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/libEMF" \ LDFLAGS="-L${LOCALBASE}/lib" -#future support for EMF -#CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/libEMF" \ -# LDFLAGS="-L${LOCALBASE}/lib" -#CONFIGURE_ARGS= --enable-emf=yes +CONFIGURE_ARGS= --enable-emf=yes MAN1= chemtool.1 cht.1 |