mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
053fdb6a6b
(Part 2)
30 lines
798 B
Makefile
30 lines
798 B
Makefile
# New ports collection makefile for: conglomerate
|
|
# Date created: Jun 26, 2003
|
|
# Whom: Pav Lucistnik <pav@oook.cz>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= conglomerate
|
|
PORTVERSION= 0.7.11
|
|
PORTREVISION= 1
|
|
CATEGORIES= editors
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= pav@FreeBSD.org
|
|
COMMENT= GNOME2 visual XML editor with emphasis on DocBook editing
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_GMAKE= yes
|
|
USE_GNOME= libgnomeui gtksourceview gnomeprefix gnomehack intlhack lthack
|
|
USE_LIBTOOL= yes
|
|
USE_REINPLACE= yes
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
post-install:
|
|
${MKDIR} ${PREFIX}/share/gnome/${PORTNAME}/help
|
|
${LN} -sf ${PREFIX}/share/gnome/help/${PORTNAME} ${PREFIX}/share/gnome/${PORTNAME}/help/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|