mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
ede209a156
+ Easier allowance to be a MASTERPORT. PR: 158737 Submitted by: Scot Hetzel <swhetzel@gmail.com>
33 lines
685 B
Makefile
33 lines
685 B
Makefile
# ex:ts=8
|
|
# New ports collection makefile for: ical
|
|
# Date created: Mon Aug 28 13:35:31 CDT 1995
|
|
# Whom: erich@rrnet.com
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ical
|
|
PORTVERSION= 2.2
|
|
PORTREVISION= 3
|
|
CATEGORIES?= deskutils tk
|
|
MASTER_SITES= ftp://ftp.sunet.se/pub/vendor/sco/skunkware/src/shellutil/
|
|
|
|
MAINTAINER?= obrien@FreeBSD.org
|
|
COMMENT?= A calendar application
|
|
|
|
USE_TK= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-tclconfig=${TCL_LIBDIR} \
|
|
--with-tclhdir=${TCL_INCLUDEDIR} \
|
|
--with-tclsh=${TCLSH} \
|
|
--with-tkconfig=${TK_LIBDIR} \
|
|
--with-tkhdir=${TK_INCLUDEDIR}
|
|
|
|
MAN1= ical.1
|
|
|
|
post-install:
|
|
@${STRIP_CMD} ${PREFIX}/bin/${DISTNAME}
|
|
|
|
.include <bsd.port.mk>
|