1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/editors/conglomerate/Makefile
Joe Marcus Clarke 5833943e79 Fix a potential NULL pointer dereference.
Submitted by:	maintainer
2003-06-30 17:03:38 +00:00

25 lines
579 B
Makefile

# New ports collection makefile for: conglomerate
# Date created: Jun 26, 2003
# Whom: Pav Lucistnik <pav@oook.cz>
#
# $FreeBSD$
PORTNAME= conglomerate
PORTVERSION= 0.5.4
PORTREVISION= 1
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= pav@oook.cz
COMMENT= GNOME2 visual XML editor with emphasis on DocBook editing
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= libgnomeui gnomeprefix gnomehack
USE_LIBTOOL= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>