- fix path in MESSAGE
- fix WANTLIB - regen PLIST while here
This commit is contained in:
parent
704bd04f59
commit
3d45a75933
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.20 2007/09/15 20:59:38 merdely Exp $
|
||||
# $OpenBSD: Makefile,v 1.21 2008/06/11 01:45:11 ajacoutot Exp $
|
||||
|
||||
COMMENT= graphical front end to Unix diff
|
||||
|
||||
DISTNAME= mgdiff
|
||||
PKGNAME= mgdiff-1.0
|
||||
PKGNAME= ${DISTNAME}-1.0p0
|
||||
CATEGORIES= textproc
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_XCONTRIB:=applications/}
|
||||
@ -13,16 +13,15 @@ PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
WANTLIB= ICE SM X11 Xext Xmu Xt c
|
||||
|
||||
WANTLIB= ICE SM X11 Xau Xdmcp Xext Xmu Xt c
|
||||
|
||||
USE_X11= Yes
|
||||
USE_MOTIF= any
|
||||
CONFIGURE_STYLE= imake
|
||||
CONFIGURE_STYLE=imake
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
||||
SUBST_VARS= X11BASE
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/lib/X11/mgdiff
|
||||
${INSTALL_DATA} ${WRKSRC}/mgdiff.x[bp]m ${PREFIX}/lib/X11/mgdiff
|
||||
|
@ -1,2 +1,2 @@
|
||||
Mgdiff comes with .xbm and .xpm files for use as window
|
||||
manager icons. You will find them in ${X11BASE}/lib/X11/mgdiff.
|
||||
manager icons. You will find them under ${PREFIX}/lib/X11/mgdiff.
|
||||
|
@ -1,5 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2004/09/15 18:44:03 espie Exp $
|
||||
bin/mgdiff
|
||||
@comment $OpenBSD: PLIST,v 1.4 2008/06/11 01:45:11 ajacoutot Exp $
|
||||
@bin bin/mgdiff
|
||||
lib/X11/app-defaults/Mgdiff
|
||||
lib/X11/mgdiff/
|
||||
lib/X11/mgdiff/mgdiff.xbm
|
||||
|
Loading…
x
Reference in New Issue
Block a user