54a0b86543
in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
39 lines
1,005 B
Makefile
39 lines
1,005 B
Makefile
# New ports collection makefile for: glunarclock
|
|
# Date created: 9 December 2003
|
|
# Whom: Vincent Tantardini <vinc@freebsd-fr.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= glunarclock
|
|
PORTVERSION= 0.32.4
|
|
PORTREVISION= 1
|
|
CATEGORIES= astro gnome
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= GNOME applet that displays the current phase of the Moon
|
|
|
|
LIB_DEPENDS= xklavier.10:${PORTSDIR}/x11/libxklavier
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_GNOME= gail gnomehack gnomepanel gnomeprefix gnometarget intlhack
|
|
USE_REINPLACE= yes
|
|
USE_GMAKE= yes
|
|
USE_AUTOTOOLS= libtool:15
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
INSTALLS_OMF= yes
|
|
|
|
PLIST_SUB= VERSION="${PORTVERSION:R}"
|
|
|
|
GCONF_SCHEMAS= glunarclock.schemas
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e \
|
|
's|$${prefix}/share|$${datadir}|g' ${WRKSRC}/configure
|
|
@${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \
|
|
's|-DGNOME_DISABLE_DEPRECATED||g'
|
|
|
|
.include <bsd.port.mk>
|