26 lines
582 B
Makefile
Raw Normal View History

# Makefile for "remind" port.
2000-12-26 15:50:16 +00:00
# $OpenBSD: Makefile,v 1.13 2000/12/26 15:50:16 kevlo Exp $
2000-07-20 05:27:20 +00:00
DISTNAME= remind-03.00.22
PKGNAME= remind-3.0.22
2000-02-04 04:39:59 +00:00
CATEGORIES= misc
NEED_VERSION= 1.305
MASTER_SITES = http://www.roaringpenguin.com/
2000-12-26 15:50:16 +00:00
HOMEPAGE= http://www.roaringpenguin.com/remind.html
2000-10-22 14:02:46 +00:00
MAINTAINER = Kevin Lo <kevlo@openbsd.org>
2000-03-05 18:30:21 +00:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
# Can run without TK, but most unglamorous without it.
RUN_DEPENDS= wish8.3::x11/tk/8.3
CONFIGURE_STYLE= gnu dest
.include <bsd.port.mk>