blob: 0f2289a6ffee64ec0bf3369ef98f9e3434c3205a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.5 2003/07/17 22:57:02 grant Exp $
#
DISTNAME= xpostit3.3.1
PKGNAME= xpostit-3.3.1
PKGREVISION= 1
WRKSRC= ${WRKDIR}/xpostit
CATEGORIES= x11
MASTER_SITES= ftp://ftp.x.org/R5contrib/ \
ftp://ftp.freesoftware.com/pub/X11/R5contrib/
EXTRACT_SUFX= .tar.Z
MAINTAINER= tech-pkg@NetBSD.org
COMMENT= Post notes to yourself on the screen
#HOMEPAGE=
USE_IMAKE= yes
.include "../../mk/bsd.pkg.mk"
|