mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
1: fix pkg-plist.
2: use USE_LIBTOOL_VER instead HAS_CONFIGURE & GNU_CONFIGURE. Obtained from: kris@
This commit is contained in:
parent
2828c6a5ed
commit
93cd6c8dc2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=135655
@ -22,7 +22,8 @@ OPTIONS+= PAM "Support for PAM (Experimental)" off
|
||||
OPTIONS+= PROXY "Support for Proxy Driver (Experimental)" off
|
||||
OPTIONS+= PGSQL "Support for PostgreSQL (Experimental)" off
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
USE_LIBTOOL_VER= 15
|
||||
USE_GNOME= gnometarget
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
@ -78,10 +79,6 @@ USE_PGSQL= YES
|
||||
CONFIGURE_ARGS+= --without-pgsql
|
||||
.endif
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" prefix="${PREFIX}" home_finger
|
||||
|
||||
MAN5= home.conf.5
|
||||
|
||||
post-install:
|
||||
|
@ -8,7 +8,10 @@ include/home/hpwd.h
|
||||
include/home/pwd.h
|
||||
@dirrm include/home
|
||||
lib/libhome.a
|
||||
lib/libhome.la
|
||||
lib/libhome.so
|
||||
lib/libhome.so.1
|
||||
lib/libhome-preload.a
|
||||
lib/libhome-preload.la
|
||||
lib/libhome-preload.so
|
||||
lib/libhome-preload.so.1
|
||||
|
Loading…
Reference in New Issue
Block a user