1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/print/xmbibtex/Makefile

32 lines
700 B
Makefile
Raw Normal View History

# New ports collection makefile for: XmBibTeX
# Date created: 06 Nov 1997
# Whom: Thomas Gellekum <tg@FreeBSD.org>
#
1999-08-31 01:53:22 +00:00
# $FreeBSD$
#
2000-04-09 17:50:59 +00:00
PORTNAME= xmbibtex
PORTVERSION= 1.7
PORTREVISION= 2
CATEGORIES= print databases
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= apps/tex
MAINTAINER= ports@FreeBSD.org
2003-02-20 19:00:52 +00:00
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>