mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
9bd5ee6c71
Submitted by: bento
23 lines
449 B
Makefile
23 lines
449 B
Makefile
# New ports collection makefile for: xpostit
|
|
# Date created: 6 May 1996
|
|
# Whom: joerg
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xpostit
|
|
PORTVERSION= 3.3.1
|
|
CATEGORIES= deskutils
|
|
MASTER_SITES= ftp://ftp.x.org/R5contrib/ \
|
|
ftp://ftp.freesoftware.com/pub/X11/R5contrib/
|
|
DISTNAME= ${PORTNAME}${PORTVERSION}
|
|
EXTRACT_SUFX= .tar.Z
|
|
|
|
MAINTAINER= joerg@FreeBSD.org
|
|
|
|
USE_IMAKE= yes
|
|
WRKSRC= ${WRKDIR}/xpostit
|
|
MAN1= xpostit.1
|
|
|
|
.include <bsd.port.mk>
|