openbsd-ports/print/bibview/Makefile

22 lines
443 B
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $OpenBSD: Makefile,v 1.23 2013/03/11 11:37:53 espie Exp $
COMMENT= GUI for manipulating BibTeX bibliography databases
1998-05-17 01:20:42 -04:00
DISTNAME= bibview-2.2
REVISION= 2
1998-05-17 01:20:42 -04:00
CATEGORIES= databases print
2000-03-22 23:12:04 -05:00
PERMIT_PACKAGE_CDROM= Yes
2009-03-12 14:13:54 -04:00
WANTLIB += ICE SM X11 Xau Xaw Xdmcp Xext Xmu Xt c
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
2010-10-18 17:25:07 -04:00
USE_GROFF = Yes
1998-05-17 01:20:42 -04:00
2013-03-11 07:35:43 -04:00
NO_TEST= Yes
2002-10-28 08:40:41 -05:00
1998-05-17 01:20:42 -04:00
.include <bsd.port.mk>