# New ports collection makefile for: unieject # Date created: 23 July 2006 # Whom: Andrew Pantyukhin # # $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} --mandir=${MANPREFIX}/man 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 ome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Force use of GCC 3.4 to get upcomming games/ember to run on FreeBSD 4oliver2005-10-052-8/+8
* - libdata/pkgconfig is now included in mtreepav2005-05-171-1/+0
* update to 0.6.3oliver2005-05-073-7/+8
* fix MASTER_SITESoliver2005-01-041-1/+1
* don't create an extra directory in share/docoliver2004-12-201-4/+2
* update to 0.6.2, fix MASTER_SITESoliver2004-12-182-5/+5
* USE_LIBTOOL_VER 13 -> 15oliver2004-08-152-4/+8
* Add size data, approved by maintainers.trevor2004-03-191-0/+1
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
* update to varconf 0.6.1oliver2004-02-023-7/+7
* update varconf to 0.6.0oliver2003-07-083-26/+36
* redefine the MAINTAINER field with my FreeBSD addressoliver2003-05-071-1/+1
* De-pkg-comment.knu2003-02-21