mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
1: Stagify.
2: strip binary. 3: USES=libtool, bump version.
This commit is contained in:
parent
1426f74ae4
commit
6bfecff103
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361250
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= prepstools
|
||||
PORTVERSION= 2.2.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://webpages.charter.net/stuffle/preps/download/files/
|
||||
|
||||
@ -14,15 +14,13 @@ RUN_DEPENDS= postgres:${PORTSDIR}/databases/postgresql${DEFAULT_PGSQL_VER}-serve
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
USE_AUTOTOOLS= libtool
|
||||
USE_PGSQL= yes
|
||||
USES= gmake pkgconfig
|
||||
USES= gmake pkgconfig libtool
|
||||
USE_GNOME= gtk20 gconf2 glib20 libgnomeui
|
||||
|
||||
INSTALL_TARGET= install-strip
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+=--with-pgsqldir=${LOCALBASE} --with-plpgsqldir=${LOCALBASE}
|
||||
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -2,9 +2,9 @@ bin/prepsdb_tool
|
||||
include/preps/sendmsg.h
|
||||
include/preps/version.h
|
||||
lib/libpreps.a
|
||||
lib/libpreps.la
|
||||
lib/libpreps.so
|
||||
lib/libpreps.so.2
|
||||
lib/libpreps.so.2.0.0
|
||||
%%DATADIR%%/assign.msg
|
||||
%%DATADIR%%/new_pr.msg
|
||||
%%DATADIR%%/update.msg
|
||||
|
Loading…
Reference in New Issue
Block a user