blob: 39877e28361c28ab8c9292610f63e7697ee23347 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# ex:ts=8
# New ports collection makefile for: yap
# Date created: Apr 29, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= yap
PORTVERSION= 4.3.19
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= Yap-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
WRKSRC= ${WRKDIR}/Yap-${PORTVERSION}/arch
GNU_CONFIGURE= yes
CONFIGURE_SCRIPT= ../configure
post-extract:
@${MKDIR} ${WRKSRC}
.include <bsd.port.mk>
|