freebsd-ports/science/gchempaint/Makefile
Joe Marcus Clarke 8f2a81ab0e Add gchempaint, a 2D chemical structure editor for GNOME 2.
PR:		50539
Submitted by:	Pav Lucistnik <pav@oook.cz>
2003-04-08 00:09:55 +00:00

27 lines
676 B
Makefile

# New ports collection makefile for: gchempaint
# Date created: Mar 18, 2003
# Whom: Pav Lucistnik <pav@oook.cz>
#
# $FreeBSD$
PORTNAME= gchempaint
PORTVERSION= 0.3.3
CATEGORIES= science
MASTER_SITES= http://savannah.nongnu.org/download/gchempaint/unstable.pkg/${PORTVERSION}/
MAINTAINER= pav@oook.cz
COMMENT= 2D chemical structures editor for GNOME 2
LIB_DEPENDS= gcu.1:${PORTSDIR}/science/gchemutils
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GNOME= gnomehack gnomeprefix libgnomeprintui libgnomeui
USE_GMAKE= yes
USE_REINPLACE= yes
GNU_CONFIGURE= yes
post-patch:
@${REINPLACE_CMD} -e 's|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
.include <bsd.port.mk>