diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2013-04-24 07:50:40 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2013-04-24 07:50:40 +0000 |
commit | fe3b15354f1ad68c575ff0f81ee43e6d6562392f (patch) | |
tree | 6727f34f11381f12c34f8d32fef749e3999abe73 /comms | |
parent | 099ae9253ebf3f5ef15102e0f654808998470d77 (diff) | |
download | ports-fe3b15354f1ad68c575ff0f81ee43e6d6562392f.tar.gz ports-fe3b15354f1ad68c575ff0f81ee43e6d6562392f.zip |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/libticables/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/comms/libticables/Makefile b/comms/libticables/Makefile index 6bf54a51c152..55f0b9f68c00 100644 --- a/comms/libticables/Makefile +++ b/comms/libticables/Makefile @@ -11,9 +11,12 @@ PORTREVISION= 3 CATEGORIES= comms MASTER_SITES= SF/tilp/OldFiles -MAINTAINER= tijl@coosemans.org +MAINTAINER= ports@FreeBSD.org COMMENT= TI calculator link cables library +DEPRECATED= Superseded by comms/libticables2 +EXPIRATION_DATE=2013-07-01 + CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_GETTEXT= yes |