mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +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.
37 lines
998 B
Makefile
37 lines
998 B
Makefile
# New ports collection makefile for: prime-el (for emacsen)
|
|
# Date created: 16 Jun 2003
|
|
# Whom: Gen Otsuji<otsuji@users.sourceforge.jp>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= prime
|
|
PORTVERSION= 1.5.1.3
|
|
PORTREVISION= 1
|
|
CATEGORIES= japanese
|
|
MASTER_SITES= http://prime.sourceforge.jp/src/
|
|
PKGNAMESUFFIX= -el
|
|
DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}
|
|
|
|
MAINTAINER= otsuji@users.sourceforge.jp
|
|
COMMENT= Emacs lisp set for the prime
|
|
|
|
RUN_DEPENDS+= ${LOCALBASE}/share/emacs/site-lisp/init-mell.el:${PORTSDIR}/japanese/mell \
|
|
${LOCALBASE}/share/emacs/site-lisp/init-suikyo.el:${PORTSDIR}/japanese/suikyo \
|
|
prime:${PORTSDIR}/japanese/prime
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_AUTOTOOLS= automake:19 autoconf:259
|
|
|
|
pre-configure:
|
|
@(cd ${CONFIGURE_WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${ACLOCAL})
|
|
|
|
post-install:
|
|
cd ${WRKSRC}; ${MAKE} install-etc
|
|
.if !defined(NOPORTDOCS)
|
|
cd ${WRKSRC}/doc; ${MAKE} ${INSTALL_TARGET}
|
|
.endif
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|