mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-30 21:49:25 +00:00
530d899db3
Note that David didn't fix it correctly. PR: 23852 Submitted by: David W. Chapman Jr. <dwcjr@inethouston.net>
35 lines
637 B
Makefile
35 lines
637 B
Makefile
# New ports collection makefile for: asp2php
|
|
# Date created: Thu 29 Jun 2000
|
|
# Whom: will
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= asp2php
|
|
PORTVERSION= 0.75.11
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://home.i1.net/~naken/asp2php/
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}
|
|
|
|
WANT_GTK= yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if defined(HAVE_GTK)
|
|
USE_GTK= yes
|
|
ALL_TARGET= all gtkasp2php
|
|
INSTALL_TARGET= install install-gtk
|
|
PLIST_SUB+= WANT_GTK=""
|
|
.else
|
|
PLIST_SUB+= WANT_GTK="@comment "
|
|
.endif
|
|
|
|
pre-build:
|
|
${PERL} -pi -e "s:gtk-config:${GTK_CONFIG}:g" ${WRKSRC}/Makefile
|
|
|
|
.include <bsd.port.post.mk>
|