1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/science/mol2ps/Makefile
Jose Alonso Cardenas Marquez 20948f4616 games/hedgewars: lang/nbc: science/checkmol: science/mol2ps: bump PORTREVISION
* lang/fpc was updated to 3.2.2
2021-07-31 21:03:46 -05:00

39 lines
965 B
Makefile

# Created by: Fernan Aguero <fernan@iib.unsam.edu.ar>
PORTNAME= mol2ps
PORTVERSION= 0.4b
PORTREVISION= 9
CATEGORIES= science
MASTER_SITES= https://homepage.univie.ac.at/norbert.haider/download/chemistry/mol2ps/
DISTNAME= ${PORTNAME}
EXTRACT_SUFX= .pas
DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}
MAINTAINER= acm@FreeBSD.org
COMMENT= Read molecular structure files and generate Postscript output
LICENSE= GPLv2+
NO_WRKSUBDIR= yes
EXTRACT_CMD= ${CP}
EXTRACT_BEFORE_ARGS= #
EXTRACT_AFTER_ARGS= ${WRKSRC}
USES= fpc
USE_FPC= rtl-objpas
PLIST_FILES= bin/mol2eps bin/mol2ps bin/mol2svg %%DATADIR%%/color.conf
do-build:
(cd ${WRKSRC} && ${LOCALBASE}/bin/fpc mol2ps -S2 -O3)
do-install:
(cd ${WRKSRC} && ${INSTALL_PROGRAM} mol2ps ${STAGEDIR}${PREFIX}/bin)
(cd ${STAGEDIR}${PREFIX}/bin && \
${LN} mol2ps mol2eps && ${LN} mol2ps mol2svg)
@${MKDIR} ${STAGEDIR}${DATADIR}
(cd ${FILESDIR} && ${INSTALL_DATA} color.conf ${STAGEDIR}${DATADIR})
.include <bsd.port.mk>