1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/lang/yap/Makefile

27 lines
456 B
Makefile
Raw Normal View History

# ex:ts=8
# New ports collection makefile for: yap
# Date created: Apr 29, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= yap
2001-07-18 16:57:23 +00:00
PORTVERSION= 4.3.19
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= Yap-${PORTVERSION}
2001-07-18 16:57:23 +00:00
MAINTAINER= ports@FreeBSD.org
WRKSRC= ${WRKDIR}/Yap-${PORTVERSION}/arch
GNU_CONFIGURE= yes
CONFIGURE_SCRIPT= ../configure
post-extract:
@${MKDIR} ${WRKSRC}
.include <bsd.port.mk>