1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/sysutils/unieject/Makefile
Rong-En Fan f935a609c5 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:		ports/111470
Approved by:	portmgr
Discussed with:	stas (Mk/*), gerald (info related stuffs)
Tested by:	pointyhat exp run
2007-07-23 09:36:51 +00:00

44 lines
1.2 KiB
Makefile

# New ports collection makefile for: unieject
# Date created: 23 July 2006
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= unieject
DISTVERSION= 5.3.2
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= SF BERLIOS
MAINTAINER= infofarmer@FreeBSD.org
COMMENT= Eject(1) replacement
LIB_DEPENDS= cdio.7:${PORTSDIR}/sysutils/libcdio \
confuse.0:${PORTSDIR}/devel/libconfuse \
popt.0:${PORTSDIR}/devel/popt
USE_LDCONFIG= yes
USE_BZIP2= yes
USE_GETTEXT= yes
USE_GCC= 3.4+
GNU_CONFIGURE= yes
MAN1= unieject.1
MAN5= unieject.conf.5
CPPFLAGS= -I${LOCALBASE}/include
LDFLAGS= -L${LOCALBASE}/lib -lcdio -lconfuse
CONFIGURE_ENV= PKG_CONFIG="${TRUE}" CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE} \
--with-libpopt-prefix=${LOCALBASE}
post-patch:
${REINPLACE_CMD} -e 's#if.*<<<$$DOXYFORMATS#if false#' ${WRKSRC}/configure
${REINPLACE_CMD} -e 's#$$(libdir)/pkgconfig#${PREFIX}/libdata/pkgconfig#' ${WRKSRC}/Makefile.in
${REINPLACE_CMD} -Ee 's#install-htmlDATA (install-man)#\1#' ${WRKSRC}/manpages/Makefile.in
post-install:
${INSTALL_DATA} ${WRKSRC}/unieject.conf.sample ${PREFIX}/etc/
.include <bsd.port.mk>