mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
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.
41 lines
859 B
Makefile
41 lines
859 B
Makefile
# New ports collection makefile for: tilp
|
|
# Date created: 27 August 2003
|
|
# Whom: Tijl Coosemans <tijl@ulyssis.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= tilp
|
|
PORTVERSION= 6.79
|
|
PORTREVISION= 1
|
|
CATEGORIES= comms
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= tilp
|
|
|
|
MAINTAINER= tijl@ulyssis.org
|
|
COMMENT= TI Linking Program
|
|
|
|
BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
|
|
LIB_DEPENDS= ticalcs.9:${PORTSDIR}/devel/libticalcs \
|
|
ticables.12:${PORTSDIR}/comms/libticables \
|
|
tifiles.6:${PORTSDIR}/devel/libtifiles
|
|
|
|
USE_GETTEXT= yes
|
|
USE_GNOME= gtk20 libglade2
|
|
USE_X_PREFIX= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_AUTOTOOLS= libtool:15
|
|
USE_GMAKE= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"\
|
|
LDFLAGS="-L${LOCALBASE}/lib -export-dynamic"
|
|
|
|
MAN1= tilp.1
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
post-install:
|
|
${MKDIR} ${PREFIX}/lib/tilp
|
|
|
|
.include <bsd.port.post.mk>
|