blob: 1838abd3936939129cd396d477c1048953785113 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.6 2004/01/20 12:28:29 agc Exp $
#
DISTNAME= xpostit3.3.1
PKGNAME= xpostit-3.3.1
PKGREVISION= 1
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
#HOMEPAGE=
COMMENT= Post notes to yourself on the screen
WRKSRC= ${WRKDIR}/xpostit
USE_IMAKE= yes
.include "../../mk/bsd.pkg.mk"
|