mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
33e3d901d4
modular xorg. - supply corresponding USE_XORG for all imake-using ports that need it - USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG - retire USE_X_PREFIX which is not really used anywhere after the above change - a few minor nits like whitespace and SF macro Tested by: 2 tinderbox runs by pav Approved by: portmgr (pav)
32 lines
700 B
Makefile
32 lines
700 B
Makefile
# New ports collection makefile for: XmBibTeX
|
|
# Date created: 06 Nov 1997
|
|
# Whom: Thomas Gellekum <tg@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xmbibtex
|
|
PORTVERSION= 1.7
|
|
PORTREVISION= 2
|
|
CATEGORIES= print databases
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
|
MASTER_SITE_SUBDIR= apps/tex
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A reference manager based on the BibTeX file format
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/src
|
|
|
|
USE_MOTIF= yes
|
|
USE_IMAKE= yes
|
|
USE_XORG= ice sm x11 xext xmu xp xt xpm
|
|
NO_INSTALL_MANPAGES= yes
|
|
|
|
PLIST_FILES= bin/xmbibtex lib/X11/app-defaults/XmBibTeX
|
|
|
|
post-configure:
|
|
@${REINPLACE_CMD} -e 's,(CCLINK,(CXXLINK, ; s,/usr/local,${PREFIX},' \
|
|
${WRKSRC}/Makefile
|
|
|
|
.include <bsd.port.mk>
|