Lowercase COMMENT, fix DEPENDS and regen PLIST.
ok sthen@
This commit is contained in:
parent
b7a66dc1d9
commit
d13b482d39
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.21 2010/07/30 06:58:58 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.22 2010/09/22 12:48:23 ajacoutot Exp $
|
||||
|
||||
COMMENT= Text Editor for FLTK
|
||||
COMMENT= text editor widget for FLTK
|
||||
|
||||
V= 0.4.5
|
||||
DISTNAME= fl_editor-${V}
|
||||
PKGNAME= fleditor-${V}
|
||||
REVISION= 2
|
||||
REVISION= 3
|
||||
|
||||
SHARED_LIBS= fleditor 3.0
|
||||
CATEGORIES= x11
|
||||
@ -20,10 +20,12 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
WANTLIB += m stdc++
|
||||
|
||||
MASTER_SITES= http://www.robertk.com/source/fl_editor/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
LIB_DEPENDS= ::x11/fltk
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= ::x11/fltk
|
||||
|
||||
USE_X11= Yes
|
||||
|
@ -1,5 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2004/09/15 19:26:28 espie Exp $
|
||||
include/FL/
|
||||
@comment $OpenBSD: PLIST,v 1.5 2010/09/22 12:48:23 ajacoutot Exp $
|
||||
include/FL/Fl_Editor.H
|
||||
include/FL/Fl_Editor.h
|
||||
include/FL/Fl_FancyEditor.H
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2010/07/30 06:58:58 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2010/09/22 12:48:58 ajacoutot Exp $
|
||||
|
||||
COMMENT= FLTK Virtual Styles, List, Table, and Complex Table Widgets
|
||||
COMMENT= FLTK Virtual styles, list, table, and complex table Widgets
|
||||
|
||||
DISTNAME= flvw-20000224
|
||||
PKGNAME= flvw-1.0
|
||||
REVISION= 0
|
||||
REVISION= 1
|
||||
|
||||
CATEGORIES= x11 devel
|
||||
|
||||
@ -22,8 +22,8 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=flvw/}
|
||||
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
LIB_DEPENDS= ::x11/fltk
|
||||
RUN_DEPENDS+= ::x11/fltk
|
||||
BUILD_DEPENDS= ::x11/fltk
|
||||
RUN_DEPENDS= ::x11/fltk
|
||||
|
||||
USE_X11= Yes
|
||||
CONFIGURE_STYLE= gnu
|
||||
|
@ -1,5 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2004/09/15 19:26:28 espie Exp $
|
||||
include/FL/
|
||||
@comment $OpenBSD: PLIST,v 1.3 2010/09/22 12:48:58 ajacoutot Exp $
|
||||
include/FL/Flv_CStyle.H
|
||||
include/FL/Flv_Data_Source.H
|
||||
include/FL/Flv_List.H
|
||||
|
Loading…
Reference in New Issue
Block a user