mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
23316dca12
- Teach to respect PREFIX - Consistently spell application name in Makefile and pkg-descr Reported by: pointyhat (logs) [1]
31 lines
660 B
Makefile
31 lines
660 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= 1
|
|
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
|
|
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>
|