openbsd-ports/print/bibview/Makefile

25 lines
528 B
Makefile
Raw Normal View History

2010-10-24 16:58:58 -04:00
# $OpenBSD: Makefile,v 1.22 2010/10/24 21:32:39 ajacoutot 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
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= 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
2002-10-28 08:40:41 -05:00
NO_REGRESS= Yes
1998-05-17 01:20:42 -04:00
.include <bsd.port.mk>