25 lines
549 B
Makefile
25 lines
549 B
Makefile
# $OpenBSD: Makefile,v 1.19 2009/08/10 06:34:08 kili Exp $
|
|
|
|
COMMENT= GUI for manipulating BibTeX bibliography databases
|
|
|
|
DISTNAME= bibview-2.2
|
|
PKGNAME= ${DISTNAME}p1
|
|
CATEGORIES= databases print
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB += ICE SM X11 Xau Xaw Xdmcp Xext Xmu Xt c pthread-stubs xcb
|
|
|
|
MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=biblio/bibtex/utils/bibview-2.0/}
|
|
|
|
CONFIGURE_STYLE=imake
|
|
WRKDIST= ${WRKDIR}/bibview-2.2
|
|
USE_X11= Yes
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|