diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-08 22:04:57 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-08 22:04:57 +0000 |
commit | a0cb9ec98b59ded6aa7cb0b3f453902fd3ea72ba (patch) | |
tree | 3ffd72b216e533f037cfc7f06f222ca72e602018 /deskutils/xpostit | |
parent | bcd8ffd9d02ae8abfa24cfffffc4c496a55b29e2 (diff) | |
download | ports-a0cb9ec98b59ded6aa7cb0b3f453902fd3ea72ba.tar.gz ports-a0cb9ec98b59ded6aa7cb0b3f453902fd3ea72ba.zip |
Notes
Diffstat (limited to 'deskutils/xpostit')
-rw-r--r-- | deskutils/xpostit/Makefile | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/deskutils/xpostit/Makefile b/deskutils/xpostit/Makefile index 09f818111510..1965f50d768b 100644 --- a/deskutils/xpostit/Makefile +++ b/deskutils/xpostit/Makefile @@ -1,26 +1,27 @@ # New ports collection makefile for: xpostit -# Version required: 3.3.1 # Date created: 6 May 1996 # Whom: joerg # # $FreeBSD$ # -DISTNAME= xpostit3.3.1 -PKGNAME= xpostit-3.3.1 -CATEGORIES= deskutils # # Not all servers archie could find actually still have it. Alas, some # servers only have the comp.sources.x version, with its distfile named # `part01.gz'. # -MASTER_SITES= ftp://ftp.hrz.tu-darmstadt.de/pub/X11/R5contrib/ -EXTRACT_SUFX= .tar.Z -MAINTAINER= joerg@FreeBSD.org +PORTNAME= xpostit +PORTVERSION= 3.3.1 +CATEGORIES= deskutils +MASTER_SITES= ftp://ftp.hrz.tu-darmstadt.de/pub/X11/R5contrib/ +DISTNAME= ${PORTNAME}${PORTVERSION} +EXTRACT_SUFX= .tar.Z -USE_IMAKE= yes -WRKSRC= ${WRKDIR}/xpostit -MAN1= xpostit.1 +MAINTAINER= joerg@FreeBSD.org + +USE_IMAKE= yes +WRKSRC= ${WRKDIR}/xpostit +MAN1= xpostit.1 .include <bsd.port.mk> |