mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
65ab34a667
Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
22 lines
433 B
Makefile
22 lines
433 B
Makefile
# New ports collection makefile for: xmbibtex
|
|
# Version required: 1.5
|
|
# Date created: 06 Nov 1997
|
|
# Whom: Thomas Gellekum <tg@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= xmbibtex-1.5
|
|
CATEGORIES= print databases
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
|
MASTER_SITE_SUBDIR= apps/tex
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
REQUIRES_MOTIF= yes
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/src
|
|
USE_IMAKE= yes
|
|
NO_INSTALL_MANPAGES= yes
|
|
|
|
.include <bsd.port.mk>
|