- remove FAKE
- add HOMEPAGE - CONFIGURE_STYLE - add PFRAG.{shared,no-shared}
This commit is contained in:
parent
0a63ba109f
commit
bed4ec0f7b
@ -1,13 +1,16 @@
|
||||
# $OpenBSD: Makefile,v 1.27 2000/06/08 06:02:16 jakob Exp $
|
||||
# $OpenBSD: Makefile,v 1.28 2000/06/22 16:07:23 jakob Exp $
|
||||
|
||||
DISTNAME= ethereal-0.8.9
|
||||
CATEGORIES= net x11
|
||||
NEED_VERSION= 1.230
|
||||
NEED_VERSION= 1.302
|
||||
|
||||
MASTER_SITES= http://ethereal.zing.org/distribution/ \
|
||||
http://ethereal.boehm.org/distribution/ \
|
||||
http://ethereal.zing.org/distribution/old-versions/ \
|
||||
http://ethereal.boehm.org/distribution/old-versions/
|
||||
|
||||
HOMEPAGE= http://ethereal.zing.org/
|
||||
|
||||
LIB_DEPENDS= gtk.1.2::x11/gtk+
|
||||
|
||||
MAINTAINER= jakob@openbsd.org
|
||||
@ -17,11 +20,10 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
FAKE= Yes
|
||||
|
||||
USE_X11= Yes
|
||||
SYSCONFDIR= ${PREFIX}/share/ethereal
|
||||
SEPARATE_BUILD= concurrent
|
||||
GNU_CONFIGURE= Yes
|
||||
USE_X11= Yes
|
||||
SYSCONFDIR= ${PREFIX}/share/ethereal
|
||||
SEPARATE_BUILD= concurrent
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS+= --disable-snmp
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
2
net/ethereal/pkg/PFRAG.no-shared
Normal file
2
net/ethereal/pkg/PFRAG.no-shared
Normal file
@ -0,0 +1,2 @@
|
||||
lib/ethereal/plugins/0.8.9/gryphon.la
|
||||
lib/ethereal/plugins/0.8.9/gryphon.a
|
5
net/ethereal/pkg/PFRAG.shared
Normal file
5
net/ethereal/pkg/PFRAG.shared
Normal file
@ -0,0 +1,5 @@
|
||||
lib/ethereal/plugins/0.8.9/libgryphon.so.0.0
|
||||
lib/ethereal/plugins/0.8.9/gryphon.la
|
||||
lib/ethereal/plugins/0.8.9/libgryphon.a
|
||||
@exec ln -s libgryphon.so.0.0 %D/lib/ethereal/plugins/0.8.9/libgryphon.so
|
||||
@unexec rm %D/lib/ethereal/plugins/0.8.9/libgryphon.so
|
@ -1,9 +1,7 @@
|
||||
bin/editcap
|
||||
bin/ethereal
|
||||
bin/tethereal
|
||||
lib/ethereal/plugins/0.8.9/libgryphon.so.0.0
|
||||
lib/ethereal/plugins/0.8.9/gryphon.la
|
||||
lib/ethereal/plugins/0.8.9/libgryphon.a
|
||||
%%SHARED%%
|
||||
man/man1/editcap.1
|
||||
man/man1/ethereal.1
|
||||
man/man1/tethereal.1
|
||||
@ -12,4 +10,3 @@ share/ethereal/manuf
|
||||
@dirrm lib/ethereal/plugins/0.8.9
|
||||
@dirrm lib/ethereal/plugins
|
||||
@dirrm lib/ethereal
|
||||
@exec ln -s libgryphon.so.0.0 %D/lib/ethereal/plugins/0.8.9/libgryphon.so
|
||||
|
Loading…
Reference in New Issue
Block a user