- Support staging
- Switch to USES=libtool, drop .la files
This commit is contained in:
parent
0451a79939
commit
77a21c8cc0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358880
2 changed files with 4 additions and 4 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= goom
|
||||
PORTVERSION= 2k4.0
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}2k4/0
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION:S|.|-|}-src
|
||||
|
@ -11,13 +11,13 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S|.|-|}-src
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Visual effects library
|
||||
|
||||
USE_AUTOTOOLS= libtool
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION:S|.|-|}
|
||||
USES= pathfix
|
||||
USES= pathfix libtool
|
||||
GNU_CONFIGURE= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CONFIGURE_ARGS= --disable-sdltest --enable-static
|
||||
INSTALL_TARGET= install-strip
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
.if exists(${X11R6}/bin/xmms) || defined(WITH_XMMS)
|
||||
|
|
|
@ -11,9 +11,9 @@ include/goom/goomsl.h
|
|||
include/goom/goomsl_hash.h
|
||||
include/goom/goomsl_heap.h
|
||||
lib/libgoom2.a
|
||||
lib/libgoom2.la
|
||||
lib/libgoom2.so
|
||||
lib/libgoom2.so.0
|
||||
lib/libgoom2.so.0.0.0
|
||||
libdata/pkgconfig/libgoom2.pc
|
||||
%%XMMS%%lib/xmms/Visualization/libxmmsgoom2.so
|
||||
@dirrm include/goom
|
||||
|
|
Loading…
Reference in a new issue