mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
d1dedc4368
PR: Ports Fury
30 lines
594 B
Makefile
30 lines
594 B
Makefile
# New ports collection makefile for: ETL
|
|
# Date created: 25 Jun 2006
|
|
# Whom: Yinghong Liu <relaxbsd@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= etl
|
|
PORTVERSION= 0.04.11
|
|
CATEGORIES= devel lang
|
|
MASTER_SITES= SF/synfig
|
|
DISTNAME= ETL-0.4.11
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Voria Extended Class and Template Library
|
|
|
|
USE_GNOME= gnomehack gnometarget pkgconfig
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}
|
|
.for doc in AUTHORS ChangeLog INSTALL NEWS README
|
|
${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
|
|
.endfor
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|