1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/devel/autogen/Makefile
Ying-Chieh Liao b88cdb3738 add autogen
AutoGen is a tool designed for generating program files that contain
repetitive text with varied substitutions. Its goal is to simplify the
maintenance of programs that contain large amounts of repetitious text.
This is especially valuable if there are several blocks of such text that
must be kept synchronized.
2001-03-13 05:52:31 +00:00

33 lines
586 B
Makefile

# ex:ts=8
# New ports collection makefile for: autogen
# Date created: Mar 11, 2001
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= autogen
PORTVERSION= 5.1.3
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ijliao@FreeBSD.org
BUILD_DEPENDS= guile:${PORTSDIR}/lang/guile
LIB_DEPENDS= guile.9:${PORTSDIR}/lang/guile
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
INSTALLS_SHLIB= yes
MAN1= autogen.1 columns.1 getdefs.1
post-install:
@${RM} ${PREFIX}/lib/libsnprintfv.la
.include <bsd.port.mk>