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.
37 lines
784 B
Makefile
37 lines
784 B
Makefile
# New ports collection makefile for: nv-tv-out
|
|
# Date Created: 19 May 2004
|
|
# Whom: Samuel Tardieu <sam@rfc1149.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= nvtv
|
|
PORTVERSION= 0.4.7
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= nv-tv-out
|
|
DISTNAME= nvtv-${PORTVERSION}
|
|
|
|
MAINTAINER= sam@rfc1149.net
|
|
COMMENT= TV output on nvidia card
|
|
|
|
LIB_DEPENDS= pci.2:${PORTSDIR}/devel/libpci
|
|
|
|
ONLY_FOR_ARCHS= i386
|
|
|
|
CONFIGURE_ENV= CC="${CC} -I${PREFIX}/include"
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
|
|
USE_AUTOTOOLS= libtool:15
|
|
USE_GETOPT_LONG= yes
|
|
USE_GNOME= gtk12
|
|
USE_REINPLACE= yes
|
|
|
|
MAN1= nvtv.1x
|
|
MAN8= nvtvd.8
|
|
PLIST_FILES= bin/nvtv bin/nvtvd
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|-lgnugetopt||g' ${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|