openbsd-ports/print/bibview/Makefile

23 lines
497 B
Makefile
Raw Normal View History

2005-02-08 17:46:30 -05:00
# $OpenBSD: Makefile,v 1.16 2005/02/08 22:46:30 alek Exp $
COMMENT= "GUI for manipulating BibTeX bibliography databases"
1998-05-17 01:20:42 -04:00
DISTNAME= bibview-2.2
CATEGORIES= databases print
2000-03-22 23:12:04 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2005-02-08 17:46:30 -05:00
WANTLIB= Xmu Xaw X11 c Xt SM Xext ICE
2000-03-22 23:12:04 -05:00
MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=biblio/bibtex/utils/bibview-2.0/}
CONFIGURE_STYLE=imake
2000-02-10 19:37:15 -05:00
WRKDIST= ${WRKDIR}/bibview-2.2
USE_X11= Yes
1998-05-17 01:20:42 -04:00
2002-10-28 08:40:41 -05:00
NO_REGRESS= Yes
1998-05-17 01:20:42 -04:00
.include <bsd.port.mk>