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.
30 lines
715 B
Makefile
30 lines
715 B
Makefile
# New ports collection makefile for: bmp-alarm
|
|
# Date created: 2005-05-22
|
|
# Whom: nork@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= bmp-alarm
|
|
PORTVERSION= 0.6.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11-clocks
|
|
MASTER_SITES= http://www.snika.uklinux.net/xmms-alarm/
|
|
|
|
MAINTAINER= nork@FreeBSD.org
|
|
COMMENT= Alarm timer plugin for beep-media-player
|
|
|
|
LIB_DEPENDS= beep.2:${PORTSDIR}/multimedia/beep-media-player
|
|
|
|
USE_BZIP2= yes
|
|
USE_GNOME= gnometarget gtk20
|
|
USE_X_PREFIX= yes
|
|
USE_AUTOTOOLS= libtool:15
|
|
|
|
PLIST_FILES= lib/bmp/General/libalarm.so
|
|
|
|
# This is to avoid libtool running ldconfig -m ${X11BASE}/lib/bmp/General
|
|
do-install:
|
|
${INSTALL_DATA} ${WRKSRC}/src/.libs/libalarm.so ${PREFIX}/lib/bmp/General
|
|
|
|
.include <bsd.port.mk>
|