diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2013-09-06 21:53:43 +0800 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2013-09-06 21:53:43 +0800 |
commit | 634f640321861f428553d1dfe98d2323df8f191f (patch) | |
tree | 86e77155732a4de14da2ceff793150c1d53987b5 /textproc | |
parent | 982fa8925fcc707cf6390654108338abfd966666 (diff) | |
download | freebsd-ports-gnome-634f640321861f428553d1dfe98d2323df8f191f.tar.gz freebsd-ports-gnome-634f640321861f428553d1dfe98d2323df8f191f.tar.zst freebsd-ports-gnome-634f640321861f428553d1dfe98d2323df8f191f.zip |
- DEPRECATE, no longer maintained upstream
Submitted by: maintainer
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/rotix/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/textproc/rotix/Makefile b/textproc/rotix/Makefile index 253d45344bf2..a2975359a7eb 100644 --- a/textproc/rotix/Makefile +++ b/textproc/rotix/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: rotix -# Date created: Dec 8, 2001 -# Whom: lintux@debian.org -# +# Created by: lintux@debian.org # $FreeBSD$ -# PORTNAME= rotix PORTVERSION= 0.82 @@ -15,6 +10,9 @@ MASTER_SITES= http://elektron.its.tudelft.nl/~hemmin98/rotix_releases/${DISTNAME MAINTAINER= lintux@debian.org COMMENT= A program to generate rotational obfuscations +DEPRECATED= no longer maintained upstream +EXPIRATION_DATE=2013-09-20 + USES= gettext USE_GMAKE= yes HAS_CONFIGURE= yes |